revert(ci): remove redundant MCP OAuth CI step, tests/mcp_tests is already covered

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sameer Kankute 2026-05-04 12:54:58 +05:30
parent b88080795c
commit 1157fc8860
No known key found for this signature in database

View file

@ -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