Skip to content

Commit

Permalink
[CI] Skip test_multiprocessing_client_mode on windows (#35534)
Browse files Browse the repository at this point in the history
test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes #35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
  • Loading branch information
architkulkarni authored May 19, 2023
1 parent 17f2319 commit 06d25a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ test_python() {
-python/ray/tests:test_job
-python/ray/tests:test_memstat
-python/ray/tests:test_multi_node_3
-python/ray/tests:test_multiprocessing_client_mode # Flaky on Windows
-python/ray/tests:test_object_manager # OOM on test_object_directory_basic
-python/ray/tests:test_resource_demand_scheduler
-python/ray/tests:test_stress # timeout
Expand Down

0 comments on commit 06d25a7

Please sign in to comment.