We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7669318 commit f1b57bfCopy full SHA for f1b57bf
tests/remote_server/test_remote_fireworks.py
@@ -98,7 +98,6 @@ 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("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
103
@evaluation_test(
104
data_loaders=DynamicDataLoader(
0 commit comments