Skip to content

Commit

Permalink
Revert "right size tests"
Browse files Browse the repository at this point in the history
This reverts commit a0d6bd0.
  • Loading branch information
GeneDer committed Sep 19, 2024
1 parent a0d6bd0 commit cac6f7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions python/ray/serve/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -443,3 +443,4 @@ py_test_module_list(
"//python/ray/serve:serve_lib",
],
)

0 comments on commit cac6f7e

Please sign in to comment.