Unverified Commit 5708b702 authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: xfail PD kv transfer test (#4664)


Signed-off-by: default avatarBiswa Panda <biswa.panda@gmail.com>
Co-authored-by: default avatarJacky <18255193+kthui@users.noreply.github.com>
Co-authored-by: default avatarAnant Sharma <anants@nvidia.com>
parent eb4bf9ab
......@@ -373,6 +373,10 @@ def test_request_cancellation_trtllm_prefill_cancel(
@pytest.mark.gpu_1
@pytest.mark.e2e
@pytest.mark.model(FAULT_TOLERANCE_MODEL_NAME)
@pytest.mark.xfail(
reason="May fail due to unknown reason with TRT-LLM or backend implementation",
strict=False,
)
def test_request_cancellation_trtllm_kv_transfer_cancel(
request, runtime_services, predownload_models
):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment