From 40bad86c7a89164e9478b91b70410326d2297bfd Mon Sep 17 00:00:00 2001 From: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com> Date: Thu, 4 Feb 2021 18:35:10 -0800 Subject: [PATCH] [hotfix][test][windows] Exclude k8s operator mock test from build. (#13924) --- ci/travis/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index ee339ead2..2d381ba24 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -170,6 +170,7 @@ test_python() { -python/ray/tests:test_stress_sharded # timeout -python/ray/tests:test_k8s_cluster_launcher -python/ray/tests:test_k8s_operator_examples + -python/ray/tests:test_k8s_operator_mock ) fi if [ 0 -lt "${#args[@]}" ]; then # Any targets to test?