Unskipped tests in test_actor_failures (#21498)

This commit is contained in:
Gagandeep Singh 2022-01-11 23:12:12 +05:30 committed by GitHub
parent e8df34af08
commit a5a8156198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""