diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py index 4359f67a621f..356e13b9ff24 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -732,6 +732,7 @@ def f(self, y): t.f(1) +@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.") def test_actor_deletion(ray_start_regular_shared): # Make sure that when an actor handles goes out of scope, the actor # destructor is called.