diff --git a/.github/workflows/test-code-quality.yml b/.github/workflows/test-code-quality.yml index 4abcc47df5e..e6d2264fbf0 100644 --- a/.github/workflows/test-code-quality.yml +++ b/.github/workflows/test-code-quality.yml @@ -187,9 +187,3 @@ jobs: - name: Check litellm CLI run: uv run --no-sync litellm --version - - - name: Verify MCP timeout fallback and auth retries on Python 3.10 - run: >- - uv run --no-sync pytest --noconftest - tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_debug.py - -k error_capture -q