[Core] deflake windows test failure (test_task_retry_mini_integration) #19916

This commit is contained in:
Chen Shen 2021-10-30 15:13:38 -07:00 committed by GitHub
parent 4d293c4cee
commit 961742f8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@ def test_async_actor_task_retries(ray_start_regular):
assert ray.get(ref_3) == 3
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
def test_task_retry_mini_integration(ray_start_cluster):
"""Test nested tasks with infinite retry and
keep killing nodes while retrying is happening.