diff --git a/test/stress_tests.py b/test/stress_tests.py index 8ebfd32f3..644b1eb1b 100644 --- a/test/stress_tests.py +++ b/test/stress_tests.py @@ -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.")