From 20f6cc2cb229430c2e529a8b9aa0a141388cc3c1 Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Fri, 12 Feb 2021 15:47:00 -0800 Subject: [PATCH] skip test_basic_reconstruction_put on win (#14082) --- python/ray/tests/test_reconstruction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ray/tests/test_reconstruction.py b/python/ray/tests/test_reconstruction.py index 35d00a9b8..1589f77d8 100644 --- a/python/ray/tests/test_reconstruction.py +++ b/python/ray/tests/test_reconstruction.py @@ -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 = {