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
View File
@@ -251,7 +251,6 @@ ray.shutdown()
assert worker2.pid == get_workers()[0].pid
@pytest.mark.skipif(new_scheduler_enabled(), reason="raylet hang 100% cpu")
def test_worker_registration_failure_after_driver_exit(shutdown_only):
info = ray.init(num_cpus=1)