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", [