Skip to content

Commit 5a85830

Browse files
committed
one fix at a time
1 parent 8ec64ce commit 5a85830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/remote_server/test_remote_fireworks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def rows() -> List[EvaluationRow]:
9898
return [row, row, row]
9999

100100

101+
@pytest.mark.skipif(os.environ.get("CI") == "true", reason="Only run this test locally (skipped in CI)")
101102
@pytest.mark.parametrize(
102103
"completion_params",
103104
[{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b", "temperature": 0.5}],

0 commit comments

Comments
 (0)