[Tests] Skip failing windows tests (#13495)

* skip failing windows tests

* skip more

* remove

* updates
This commit is contained in:
Amog Kamsetty
2021-01-15 20:51:33 -08:00
committed by GitHub
parent 1179db1fc2
commit 1d3941e41a
10 changed files with 26 additions and 0 deletions
+1
View File
@@ -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)