From 9cf0c49015732d6f7cb0a8ff92ff95b12ff1965a Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 26 Jan 2021 16:12:13 -0800 Subject: [PATCH] [CI] Skip test_multi_node_3 on Windows (#13723) test_multi_node_3 was recently split from test_multi_node, but we forgot to skip it on Windows --- ci/travis/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index d9c679bc7..82286c8c2 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -156,6 +156,7 @@ test_python() { -python/ray/tests:test_metrics_agent # timeout -python/ray/tests:test_multi_node -python/ray/tests:test_multi_node_2 + -python/ray/tests:test_multi_node_3 -python/ray/tests:test_multiprocessing # test_connect_to_ray() fails to connect to raylet -python/ray/tests:test_node_manager -python/ray/tests:test_object_manager