From 1157fc8860377190edd50e2c4f1d2ac6553295e1 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Mon, 4 May 2026 12:54:58 +0530 Subject: [PATCH] revert(ci): remove redundant MCP OAuth CI step, tests/mcp_tests is already covered Co-authored-by: Cursor --- .github/workflows/test-mcp.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test-mcp.yml b/.github/workflows/test-mcp.yml index f47c8e998d4..313043e12fe 100644 --- a/.github/workflows/test-mcp.yml +++ b/.github/workflows/test-mcp.yml @@ -44,10 +44,3 @@ jobs: - name: Run MCP tests run: | uv run --no-sync pytest tests/mcp_tests -x -vv -n 4 --cov=litellm --cov-report=xml --durations=5 - - - name: Run MCP OAuth broker tests (unit + respx HTTP flow) - run: | - uv run --no-sync pytest \ - tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_oauth_security_unit.py \ - tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_oauth_flow_http_respx.py \ - -v --tb=short