[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
+2 -1
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"]),
)