[tune] deactivate flaky test for now (#11284)

This commit is contained in:
Richard Liaw
2020-10-08 15:40:04 -07:00
committed by GitHub
parent 1027bfd4b8
commit 74e9647ec3
+1
View File
@@ -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."""