We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec64ce commit 5a85830Copy full SHA for 5a85830
1 file changed
tests/remote_server/test_remote_fireworks.py
@@ -98,6 +98,7 @@ def rows() -> List[EvaluationRow]:
98
return [row, row, row]
99
100
101
+@pytest.mark.skipif(os.environ.get("CI") == "true", reason="Only run this test locally (skipped in CI)")
102
@pytest.mark.parametrize(
103
"completion_params",
104
[{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b", "temperature": 0.5}],
0 commit comments