@@ -111,7 +111,7 @@ def is_ready(self, response) -> bool:
111111
112112@pytest .mark .timeout (290 ) # 3x average
113113def test_request_migration_trtllm_worker_failure (
114- request , runtime_services , predownload_models , set_ucx_tls_no_mm
114+ request , runtime_services , set_ucx_tls_no_mm
115115):
116116 """
117117 End-to-end test for worker fault tolerance with migration support using TRT-LLM.
@@ -155,7 +155,7 @@ def test_request_migration_trtllm_worker_failure(
155155
156156@pytest .mark .skip (reason = "TRT-LLM graceful shutdown not yet implemented" )
157157def test_request_migration_trtllm_graceful_shutdown (
158- request , runtime_services , predownload_models , set_ucx_tls_no_mm
158+ request , runtime_services , set_ucx_tls_no_mm
159159):
160160 """
161161 End-to-end test for worker fault tolerance with graceful shutdown and migration support using TRT-LLM.
@@ -203,7 +203,7 @@ def test_request_migration_trtllm_graceful_shutdown(
203203
204204@pytest .mark .timeout (185 ) # 3x average
205205def test_no_request_migration_trtllm_worker_failure (
206- request , runtime_services , predownload_models , set_ucx_tls_no_mm
206+ request , runtime_services , set_ucx_tls_no_mm
207207):
208208 """
209209 End-to-end test for worker fault tolerance with migration disabled using TRT-LLM.
@@ -263,7 +263,7 @@ def test_no_request_migration_trtllm_worker_failure(
263263
264264@pytest .mark .skip (reason = "TRT-LLM graceful shutdown not yet implemented" )
265265def test_no_request_migration_trtllm_graceful_shutdown (
266- request , runtime_services , predownload_models , set_ucx_tls_no_mm
266+ request , runtime_services , set_ucx_tls_no_mm
267267):
268268 """
269269 End-to-end test for worker fault tolerance with graceful shutdown and migration disabled using TRT-LLM.
0 commit comments