mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
ce59e6f00a
The parametrized test covers both gemini-2.5-pro (needs GEMINI_API_KEY) and vertex-ai-gemini-2.5-pro (needs VERTEX_AI_PRIVATE_KEY). A skipif on GEMINI_API_KEY alone was insufficient for the vertex variant. Switch to @pytest.mark.skip to guard both parametrizations consistently. Addresses Greptile review comment on PR #21669. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>