[hotfix] disable sklearn again (#11541)

This reverts commit 9522918fa2.
This commit is contained in:
Richard Liaw 2020-10-21 19:04:48 -07:00 committed by GitHub
parent 155687e0c3
commit af0fde4efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,14 +54,14 @@ py_test(
# Please keep these sorted alphabetically.
# --------------------------------------------------------------------
py_test(
name = "tune_sklearn",
size = "medium",
main = "source/tune/_tutorials/tune-sklearn.py",
srcs = ["source/tune/_tutorials/tune-sklearn.py"],
tags = ["exclusive", "example"],
args = ["--smoke-test"]
)
# py_test(
# name = "tune_sklearn",
# size = "medium",
# main = "source/tune/_tutorials/tune-sklearn.py",
# srcs = ["source/tune/_tutorials/tune-sklearn.py"],
# tags = ["exclusive", "example"],
# args = ["--smoke-test"]
# )
py_test(
name = "tune_serve_integration_mnist",