mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 04:10:14 +08:00
[Hotfix] [Serve] Disable Deployment Tutorial Test (#8641)
This commit is contained in:
@@ -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"]
|
||||
# )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user