mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[WINDOWS] skip flaky test that often fails (#23204)
This commit is contained in:
parent
2547055f38
commit
b190d7c214
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue