[Hotfix] [Serve] Disable Deployment Tutorial Test (#8641)

This commit is contained in:
Simon Mo
2020-05-27 10:40:40 -07:00
committed by GitHub
parent fadd47e44e
commit 38399c9885
+9 -7
View File
@@ -89,11 +89,13 @@ py_test(
deps = [":serve_lib"]
)
py_test(
name = "tutorial_deploy",
size = "small",
srcs = glob(["examples/doc/*.py"]),
tags = ["exclusive"],
deps = [":serve_lib"]
)
# Disable the deployment tutorial test because it requires
# ray start --head in the background.
# py_test(
#name = "tutorial_deploy",
#size = "small",
#srcs = glob(["examples/doc/*.py"]),
#tags = ["exclusive"],
#deps = [":serve_lib"]
# )