mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Unskipped tests in test_actor_failures (#21498)
This commit is contained in:
parent
e8df34af08
commit
a5a8156198
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ def test_actor_spilled(ray_start_regular):
|
|||
assert num_success == len(objects)
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Very flaky on Windows.")
|
||||
def test_actor_restart(ray_init_with_task_retry_delay):
|
||||
"""Test actor restart when actor process is killed."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue