From b969e8cf59ac70f3f5ddc884361c1cb5c6232263 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Thu, 1 Oct 2020 10:04:40 -0700 Subject: [PATCH] [tune][hotfix] comment out test (#11140) --- python/ray/tune/BUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python/ray/tune/BUILD b/python/ray/tune/BUILD index 7052f5c7e..5b77bbfdf 100644 --- a/python/ray/tune/BUILD +++ b/python/ray/tune/BUILD @@ -300,14 +300,14 @@ py_test( args = ["--smoke-test"] ) -py_test( - name = "ax_example", - size = "medium", - srcs = ["examples/ax_example.py"], - deps = [":tune_lib"], - tags = ["exclusive", "example", "py37"], - args = ["--smoke-test"] -) +# py_test( +# name = "ax_example", +# size = "medium", +# srcs = ["examples/ax_example.py"], +# deps = [":tune_lib"], +# tags = ["exclusive", "example", "py37"], +# args = ["--smoke-test"] +# ) py_test( name = "bayesopt_example",