mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
skip test_basic_reconstruction_actor_task on win (#14110)
This commit is contained in:
@@ -220,6 +220,7 @@ def test_basic_reconstruction_put(ray_start_cluster, reconstruction_enabled):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Very flaky on Windows.")
|
||||
@pytest.mark.parametrize("reconstruction_enabled", [False, True])
|
||||
def test_basic_reconstruction_actor_task(ray_start_cluster,
|
||||
reconstruction_enabled):
|
||||
|
||||
Reference in New Issue
Block a user