From 06d25a76f5d14870185ddfec5db16f3e6412fa4b Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 19 May 2023 09:51:09 -0700 Subject: [PATCH] [CI] Skip `test_multiprocessing_client_mode` on windows (#35534) 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 --- ci/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ci.sh b/ci/ci.sh index 6c67efa25701e..6644d7e2b1c6a 100755 --- a/ci/ci.sh +++ b/ci/ci.sh @@ -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