Skip to content

Commit ae6d2cd

Browse files
committed
test
1 parent 5a85830 commit ae6d2cd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
--ignore=tests/test_tau_bench_airline_smoke.py \
110110
--ignore=tests/pytest/test_svgbench.py \
111111
--ignore=tests/pytest/test_livesvgbench.py \
112+
--ignore=tests/remote_server/test_remote_fireworks.py \
112113
--ignore=tests/remote_server/test_remote_fireworks_propagate_status.py \
113114
--ignore=tests/logging/test_elasticsearch_direct_http_handler.py \
114115
--ignore=eval_protocol/benchmarks/ \

tests/remote_server/test_remote_fireworks.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +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)")
102-
@pytest.mark.parametrize(
103-
"completion_params",
104-
[{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b", "temperature": 0.5}],
105-
)
101+
@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
106102
@evaluation_test(
107103
data_loaders=DynamicDataLoader(
108104
generators=[rows],

0 commit comments

Comments
 (0)