Skip to content

Commit

Permalink
[client] skip test_wrapped_actor_creation on windows (ray-project#19013)
Browse files Browse the repository at this point in the history
* skip test_wrapped_actor_creation on windows

* rerun windows ci
  • Loading branch information
ckw017 authored Sep 30, 2021
1 parent 732af42 commit 61d058f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ def test_object_ref_cleanup():
assert result == ""


@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
@pytest.mark.parametrize(
"call_ray_start",
["ray start --head --ray-client-server-port 25552 --port 0"],
Expand Down

0 comments on commit 61d058f

Please sign in to comment.