skip test_basic_reconstruction_actor_task on win (#14110)

This commit is contained in:
architkulkarni
2021-02-15 10:17:33 -08:00
committed by GitHub
parent 0fb96a61fc
commit 496dd297e5
+1
View File
@@ -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):