mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[Tests] Skip failing windows tests (#13495)
* skip failing windows tests * skip more * remove * updates
This commit is contained in:
@@ -42,6 +42,7 @@ def test_initial_workers(shutdown_only):
|
||||
# all the PIDs don't overlap. If overlapped, it means that tasks owned by
|
||||
# different drivers were scheduled to the same worker process, that is, tasks
|
||||
# of different jobs were not correctly isolated during execution.
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
||||
def test_multi_drivers(shutdown_only):
|
||||
info = ray.init(num_cpus=10)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user