Skip to content

Commit 9c2ec88

Browse files
authored
Disable running gemini tests in test_live.py (#788)
1 parent 368b2e1 commit 9c2ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_live.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def mistral(http_client: httpx.AsyncClient, _tmp_path: Path) -> Model:
6868

6969
params = [
7070
pytest.param(openai, id='openai'),
71-
pytest.param(gemini, id='gemini'),
71+
pytest.param(gemini, marks=pytest.mark.skip(reason='API seems very flaky'), id='gemini'),
7272
pytest.param(vertexai, id='vertexai'),
7373
pytest.param(groq, id='groq'),
7474
pytest.param(anthropic, id='anthropic'),

0 commit comments

Comments
 (0)