From d738610dc906e80cb21e41d554754572aadadb4b Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Tue, 5 Jan 2021 14:33:51 -0600 Subject: [PATCH] Disable atexit test on windows (#13207) --- python/ray/tests/test_actor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py index 4db4bdd4b..c4faa6e09 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -875,6 +875,7 @@ def test_actor_creation_latency(ray_start_regular_shared): actor_create_time - start, end - start)) +@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.") @pytest.mark.parametrize( "exit_condition", [