From 74e9647ec3d6060fbf144536fc9ed81aa0725fc5 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Thu, 8 Oct 2020 15:40:04 -0700 Subject: [PATCH] [tune] deactivate flaky test for now (#11284) --- python/ray/tune/tests/test_cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ray/tune/tests/test_cluster.py b/python/ray/tune/tests/test_cluster.py index de3ed34c9..c4c3ba261 100644 --- a/python/ray/tune/tests/test_cluster.py +++ b/python/ray/tune/tests/test_cluster.py @@ -445,6 +445,7 @@ def test_migration_checkpoint_removal(start_connected_emptyhead_cluster, assert t1.status == Trial.TERMINATED, runner.debug_string() +@pytest.mark.skip(reason="Not very consistent.") @pytest.mark.parametrize("trainable_id", ["__fake", "__fake_durable"]) def test_cluster_down_simple(start_connected_cluster, tmpdir, trainable_id): """Tests that TrialRunner save/restore works on cluster shutdown."""