We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b2e1 commit 9c2ec88Copy full SHA for 9c2ec88
tests/test_live.py
@@ -68,7 +68,7 @@ def mistral(http_client: httpx.AsyncClient, _tmp_path: Path) -> Model:
68
69
params = [
70
pytest.param(openai, id='openai'),
71
- pytest.param(gemini, id='gemini'),
+ pytest.param(gemini, marks=pytest.mark.skip(reason='API seems very flaky'), id='gemini'),
72
pytest.param(vertexai, id='vertexai'),
73
pytest.param(groq, id='groq'),
74
pytest.param(anthropic, id='anthropic'),
0 commit comments