Skip to content

Commit

Permalink
[CI] disable flaky test test_run_on_all_workers (#34647)
Browse files Browse the repository at this point in the history
  • Loading branch information
scv119 committed Apr 21, 2023
1 parent 4f5974b commit 243ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/test_basic_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def pid(self):
assert "Traceback" not in log


@pytest.mark.skipif(sys.platform == "win32", reason="Flaky on windows")
@pytest.mark.skip("flaky test")
def test_run_on_all_workers(call_ray_start, tmp_path):
# This test is to ensure run_function_on_all_workers are executed
# on all workers.
Expand Down

0 comments on commit 243ad8b

Please sign in to comment.