[WINDOWS] skip flaky test that often fails (#23204)

This commit is contained in:
Matti Picus 2022-03-22 10:34:15 -06:00 committed by GitHub
parent 2547055f38
commit b190d7c214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,6 +325,7 @@ def test_actor_worker_dying_nothing_in_progress(ray_start_regular):
ray.get(task2)
@pytest.mark.skipif(sys.platform == "win32", reason="Too flaky on windows")
def test_actor_scope_or_intentionally_killed_message(ray_start_regular, error_pubsub):
p = error_pubsub