Skip to content

Commit 0a030e1

Browse files
committed
test: Skip graceful shutdown migration tests since they are not implemented yet
Signed-off-by: Jacky <[email protected]>
1 parent 677484f commit 0a030e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/fault_tolerance/migration/test_sglang.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")
155156
def 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")
270272
def test_no_request_migration_sglang_graceful_shutdown(
271273
request, runtime_services, predownload_models, set_ucx_tls_no_mm
272274
):

0 commit comments

Comments
 (0)