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 b88c58f commit 85621a2Copy full SHA for 85621a2
tests/fault_tolerance/cancellation/test_trtllm.py
@@ -428,6 +428,7 @@ def test_request_cancellation_trtllm_prefill_cancel(
428
)
429
430
431
+@pytest.mark.xfail(reason="Test fails only on CI", strict=False)
432
@pytest.mark.timeout(195) # 3x average
433
def test_request_cancellation_trtllm_kv_transfer_cancel(
434
request, runtime_services_dynamic_ports, predownload_models
0 commit comments