Enable more new scheduler tests (#12421)

This commit is contained in:
Eric Liang
2020-11-27 16:10:38 -08:00
committed by GitHub
parent affb0b776c
commit 569eee5e71
5 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ def verify_load_metrics(monitor, expected_resource_usage=None, timeout=30):
"num_cpus": 2,
}],
indirect=True)
@pytest.mark.skipif(new_scheduler_enabled(), reason="fails")
@pytest.mark.skipif(new_scheduler_enabled(), reason="fails in travis?")
def test_heartbeats_single(ray_start_cluster_head):
"""Unit test for `Cluster.wait_for_nodes`.