[serve] Fix Controller Crashes on Win (#11792)

This commit is contained in:
Ian Rodney 2020-11-03 16:54:16 -08:00 committed by GitHub
parent 2ef707e440
commit 9527220a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]),
)