From cac6f7edb6cdd4c8624a47d698fbb586b66ad257 Mon Sep 17 00:00:00 2001 From: Gene Su Date: Thu, 19 Sep 2024 13:18:18 -0700 Subject: [PATCH] Revert "right size tests" This reverts commit a0d6bd0e53f58c8d2faf4f12b4b4ef6d927b6dcc. --- python/ray/serve/tests/BUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python/ray/serve/tests/BUILD b/python/ray/serve/tests/BUILD index 7cd3b47e3822d6..8dc26704eb751d 100644 --- a/python/ray/serve/tests/BUILD +++ b/python/ray/serve/tests/BUILD @@ -35,9 +35,6 @@ py_test_module_list( "test_proxy_actor_wrapper.py", "test_util.py", "test_websockets.py", - "test_enable_task_events.py", - "test_kv_store.py", - "test_long_poll.py", ], tags = [ "exclusive", @@ -76,7 +73,6 @@ py_test_module_list( "test_request_timeout.py", "test_streaming_response.py", "test_target_capacity.py", - "test_regression.py", ], tags = [ "exclusive", @@ -176,6 +172,10 @@ py_test_module_list( files = [ "test_deploy_app.py", "test_metrics.py", + "test_enable_task_events.py", + "test_kv_store.py", + "test_long_poll.py", + "test_regression.py", ], tags = [ "exclusive", @@ -443,3 +443,4 @@ py_test_module_list( "//python/ray/serve:serve_lib", ], ) +