File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/fault_tolerance/migration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ def test_request_migration_sglang_worker_failure(
152152@pytest .mark .gpu_1
153153@pytest .mark .e2e
154154@pytest .mark .model (FAULT_TOLERANCE_MODEL_NAME )
155+ @pytest .mark .skip (reason = "SGLang graceful shutdown not yet implemented" )
155156def test_request_migration_sglang_graceful_shutdown (
156157 request , runtime_services , predownload_models , set_ucx_tls_no_mm
157158):
@@ -267,6 +268,7 @@ def test_no_request_migration_sglang_worker_failure(
267268@pytest .mark .gpu_1
268269@pytest .mark .e2e
269270@pytest .mark .model (FAULT_TOLERANCE_MODEL_NAME )
271+ @pytest .mark .skip (reason = "SGLang graceful shutdown not yet implemented" )
270272def test_no_request_migration_sglang_graceful_shutdown (
271273 request , runtime_services , predownload_models , set_ucx_tls_no_mm
272274):
You can’t perform that action at this time.
0 commit comments