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."""