mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 01:09:13 +08:00
Enable more new scheduler tests (#12421)
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user