Skip to content

Commit 5bab307

Browse files
authored
Re-disable live tests for groq (#2871)
1 parent 619d2aa commit 5bab307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_live.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def cohere(http_client: httpx.AsyncClient, _tmp_path: Path) -> Model:
9999

100100
params = [
101101
pytest.param(openai, id='openai'),
102-
pytest.param(gemini, marks=pytest.mark.skip(reason='API seems very flaky'), id='gemini'),
102+
pytest.param(gemini, id='gemini', marks=pytest.mark.skip(reason='API seems very flaky')),
103103
pytest.param(vertexai, id='vertexai'),
104-
pytest.param(groq, id='groq'),
104+
pytest.param(groq, id='groq', marks=pytest.mark.skip(reason='test_structured has started failing')),
105105
pytest.param(anthropic, id='anthropic'),
106106
pytest.param(ollama, id='ollama'),
107107
pytest.param(mistral, id='mistral'),

0 commit comments

Comments
 (0)