mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
[serve] Fix Controller Crashes on Win (#11792)
This commit is contained in:
@@ -111,7 +111,8 @@ py_test(
|
||||
size = "large",
|
||||
srcs = glob(["tests/test_controller_crashes.py",
|
||||
"tests/test_api.py",
|
||||
"tests/test_failure.py"],
|
||||
"tests/test_failure.py",
|
||||
"**/conftest.py"],
|
||||
exclude=["tests/test_serve.py"]),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user