Skip to content

Commit

Permalink
Skip failed actor test (#18815)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishbone authored Sep 23, 2021
1 parent 2d46e0e commit b5ccee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/test_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5ccee6

Please sign in to comment.