Skip to content

Commit

Permalink
[serve] move deployment scheduler test (ray-project#48303)
Browse files Browse the repository at this point in the history
## Why are these changes needed?

Move `test_deployment_scheduler.py` from small to medium.


Signed-off-by: Cindy Zhang <[email protected]>
  • Loading branch information
zcin authored and JP-sDEV committed Nov 14, 2024
1 parent 143198d commit 852e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/serve/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ py_test_module_list(
"test_constructor_failure.py",
"test_controller.py",
"test_deployment_graph_handle_serde.py",
"test_deployment_scheduler.py",
"test_deployment_version.py",
"test_expected_versions.py",
"test_max_queued_requests.py",
Expand Down Expand Up @@ -54,6 +53,7 @@ py_test_module_list(
"test_cancellation.py",
"test_cluster.py",
"test_controller_recovery.py",
"test_deployment_scheduler.py",
"test_failure.py",
"test_grpc.py",
"test_handle.py",
Expand Down

0 comments on commit 852e2a6

Please sign in to comment.