mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
[New Scheduler] Spillback from the queue of tasks assigned to the local node (#12084)
This commit is contained in:
@@ -91,7 +91,6 @@ def test_actor_load_balancing(ray_start_cluster):
|
||||
ray.get(results)
|
||||
|
||||
|
||||
@pytest.mark.skipif(new_scheduler_enabled(), reason="multi node broken")
|
||||
def test_actor_lifetime_load_balancing(ray_start_cluster):
|
||||
cluster = ray_start_cluster
|
||||
cluster.add_node(num_cpus=0)
|
||||
|
||||
Reference in New Issue
Block a user