Skip to content

Commit

Permalink
[CI] Skip test_multiprocessing_client_mode on windows (ray-project#…
Browse files Browse the repository at this point in the history
…35534)

test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes ray-project#35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
  • Loading branch information
architkulkarni authored and scv119 committed Jun 11, 2023
1 parent c0d53f9 commit c420c46
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 c420c46

Please sign in to comment.