From 9527220a868fbd57aa7617fa9a5eacecd56602db Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Tue, 3 Nov 2020 16:54:16 -0800 Subject: [PATCH] [serve] Fix Controller Crashes on Win (#11792) --- python/ray/serve/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ray/serve/BUILD b/python/ray/serve/BUILD index f7ff00823..3a5b63716 100644 --- a/python/ray/serve/BUILD +++ b/python/ray/serve/BUILD @@ -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"]), )