We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7dc81 commit 89fdf04Copy full SHA for 89fdf04
python/ray/serve/tests/BUILD.bazel
@@ -114,7 +114,6 @@ py_test_module_list(
114
"test_replica_placement_group.py",
115
"test_request_timeout.py",
116
"test_streaming_response.py",
117
- "test_target_capacity.py",
118
"test_task_processor.py",
119
"test_telemetry.py",
120
],
@@ -163,6 +162,7 @@ py_test_module_list(
163
162
"test_logging.py",
164
"test_standalone.py",
165
"test_standalone_3.py",
+ "test_target_capacity.py",
166
"test_telemetry_1.py",
167
"test_telemetry_2.py",
168
0 commit comments