From ca237a8f06c84d30ed627b8ba6c434e7049d9b8a Mon Sep 17 00:00:00 2001 From: Chen Shen Date: Thu, 20 Apr 2023 18:48:34 -0700 Subject: [PATCH] [CI] disable flaky test test_run_on_all_workers (#34647) --- python/ray/tests/test_basic_5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/test_basic_5.py b/python/ray/tests/test_basic_5.py index 0d88f03ce0b5..ffdeb6cf20b5 100644 --- a/python/ray/tests/test_basic_5.py +++ b/python/ray/tests/test_basic_5.py @@ -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.