mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[serve] Fix Controller Crashes on Win (#11792)
This commit is contained in:
parent
2ef707e440
commit
9527220a86
1 changed files with 2 additions and 1 deletions
|
@ -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"]),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue