mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 20:29:59 +08:00
Skip test_multiple_recursive (#3683)
This test often hangs or fails in CI. Skip it for now to unblock other PRs.
This commit is contained in:
@@ -336,6 +336,7 @@ def test_recursive(ray_start_reconstruction):
|
||||
assert node.all_processes_alive()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="This test often hangs or fails in CI.")
|
||||
@pytest.mark.skipif(
|
||||
os.environ.get("RAY_USE_NEW_GCS") == "on",
|
||||
reason="Failing with new GCS API on Linux.")
|
||||
|
||||
Reference in New Issue
Block a user