From c56799e3da99410cdbafd3a2638e1dbe40cbeca4 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Mon, 14 Dec 2020 14:18:31 -0800 Subject: [PATCH] disable-for-now (#12838) Signed-off-by: Richard Liaw --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e07a724c6..d946fed22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -432,7 +432,7 @@ matrix: # - ./ci/keep_alive bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only --test_tag_filters=-tf,-pytorch,-py37 python/ray/util/sgd/... - ./ci/keep_alive bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only --test_tag_filters=tf,-pytorch,-py37 python/ray/util/sgd/... - ./ci/keep_alive bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only --test_tag_filters=-tf,pytorch,-py37 python/ray/util/sgd/... - - ./ci/keep_alive bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only python/ray/util/xgboost/... + # - ./ci/keep_alive bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only python/ray/util/xgboost/... # Docs: Tests and examples. - os: linux