mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[tune][hotfix] comment out test (#11140)
This commit is contained in:
parent
de3c606b20
commit
b969e8cf59
1 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue