mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Core] deflake windows test failure (test_task_retry_mini_integration) #19916
This commit is contained in:
parent
4d293c4cee
commit
961742f8e7
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue