From 62fbe63f342860db8f99fc4c3e61f5b3ddc82bf3 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Wed, 2 Dec 2020 19:19:12 -0800 Subject: [PATCH] Disable flaky test test_delete_objects_multi_node (#12584) * update * fix * update --- python/ray/tests/test_object_spilling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ray/tests/test_object_spilling.py b/python/ray/tests/test_object_spilling.py index 2baa5e31b..5a71f5166 100644 --- a/python/ray/tests/test_object_spilling.py +++ b/python/ray/tests/test_object_spilling.py @@ -569,6 +569,7 @@ def test_delete_objects_on_worker_failure(tmp_path, shutdown_only): @pytest.mark.skipif( platform.system() == "Windows", reason="Failing on Windows.") +@pytest.mark.skipif(new_scheduler_enabled(), reason="flaky") def test_delete_objects_multi_node(tmp_path, ray_start_cluster): # Limit our object store to 75 MiB of memory. temp_folder = tmp_path / "spill"