Skip to content

Commit

Permalink
right size tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Su <e870252314@gmail.com>
  • Loading branch information
GeneDer committed Sep 19, 2024
1 parent b0828fb commit a0d6bd0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions python/ray/serve/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ 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",
Expand Down Expand Up @@ -73,6 +76,7 @@ py_test_module_list(
"test_request_timeout.py",
"test_streaming_response.py",
"test_target_capacity.py",
"test_regression.py",
],
tags = [
"exclusive",
Expand Down Expand Up @@ -172,10 +176,6 @@ 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",
Expand Down Expand Up @@ -443,4 +443,3 @@ py_test_module_list(
"//python/ray/serve:serve_lib",
],
)

0 comments on commit a0d6bd0

Please sign in to comment.