mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:00:00 +08:00
Disable flaky test test_delete_objects_multi_node (#12584)
* update * fix * update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user