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:
Hao Chen
2019-01-07 05:24:29 +08:00
committed by Richard Liaw
parent 8934e37a78
commit df0733cafb
+1
View File
@@ -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.")