Skip to content

Commit f1b57bf

Browse files
committed
don't skip
1 parent 7669318 commit f1b57bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/remote_server/test_remote_fireworks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ 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)")
102101
@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
103102
@evaluation_test(
104103
data_loaders=DynamicDataLoader(

0 commit comments

Comments
 (0)