skip test_basic_reconstruction_put on win (#14082)

This commit is contained in:
architkulkarni 2021-02-12 15:47:00 -08:00 committed by GitHub
parent c9a9d422c7
commit 20f6cc2cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@ def test_basic_reconstruction(ray_start_cluster, reconstruction_enabled):
raise e.as_instanceof_cause()
@pytest.mark.skipif(sys.platform == "win32", reason="Very flaky on Windows.")
@pytest.mark.parametrize("reconstruction_enabled", [False, True])
def test_basic_reconstruction_put(ray_start_cluster, reconstruction_enabled):
config = {