Skip to content

Commit c75a5ca

Browse files
author
Dylan Huang
committed
ensure it runs
1 parent a3970f5 commit c75a5ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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_propagate_status.py \
112113
--ignore=eval_protocol/benchmarks/ \
113114
--cov=eval_protocol --cov-append --cov-report=xml --cov-report=term-missing -v --durations=10
114115

.github/workflows/fireworks-propagate-status-smoke-test.yml renamed to .github/workflows/remote-rollout-processor-propagate-status-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PYTHONWARNINGS: "ignore::DeprecationWarning,ignore::RuntimeWarning"
4545
run: |
4646
uv run pytest tests/remote_server/test_remote_fireworks_propagate_status.py::test_remote_rollout_and_fetch_fireworks_propagate_status \
47-
-v --tb=short -m "skip"
47+
-v --tb=short
4848
4949
- name: Send failure notification to Slack
5050
uses: act10ns/slack@v1

tests/remote_server/test_remote_fireworks_propagate_status.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def rows() -> List[EvaluationRow]:
8080
return [row]
8181

8282

83-
@pytest.mark.skip(reason="Smoke test - only runs in scheduled smoke test workflow")
8483
@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
8584
@evaluation_test(
8685
data_loaders=DynamicDataLoader(

0 commit comments

Comments
 (0)