We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4bf9a commit 5708b70Copy full SHA for 5708b70
tests/fault_tolerance/cancellation/test_trtllm.py
@@ -373,6 +373,10 @@ def test_request_cancellation_trtllm_prefill_cancel(
373
@pytest.mark.gpu_1
374
@pytest.mark.e2e
375
@pytest.mark.model(FAULT_TOLERANCE_MODEL_NAME)
376
+@pytest.mark.xfail(
377
+ reason="May fail due to unknown reason with TRT-LLM or backend implementation",
378
+ strict=False,
379
+)
380
def test_request_cancellation_trtllm_kv_transfer_cancel(
381
request, runtime_services, predownload_models
382
):
0 commit comments