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