From 7aed3e84a9a675b2c41a48678895d4bc2ea1e54b Mon Sep 17 00:00:00 2001 From: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:17:14 +0800 Subject: [PATCH] [None][infra] Waive 4 failed cases for main in pre-merge 49550 Bug(s): 6499882 Requested by: @dpitman-nvda Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com> --- tests/integration/test_lists/waives.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 80e697faf3be..79384bbde5ce 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -366,6 +366,10 @@ unittest/auto_deploy/multigpu/custom_ops SKIP (https://nvbugs/6403920) unittest/disaggregated/test_kv_transfer.py SKIP (https://nvbugs/6403793) unittest/disaggregated/test_kv_transfer.py::test_transfer_worker_v2[tp1_pp4_to_tp2_pp2] SKIP (https://nvbugs/6445316) unittest/disaggregated/test_kv_transfer.py::test_transfer_worker_v2[tp4_pp1_to_tp2_pp2] SKIP (https://nvbugs/6426834) +unittest/executor/test_proxy_fast_death.py SKIP (https://nvbugs/6499882) +unittest/executor/test_proxy_fast_death.py::test_shutdown_does_not_block_on_dead_engine SKIP (https://nvbugs/6499882) +unittest/executor/test_proxy_fast_death.py::test_shutdown_does_not_shut_down_external_session SKIP (https://nvbugs/6499882) +unittest/executor/test_proxy_fast_death.py::test_shutdown_keeps_blocking_semantics_when_engine_alive SKIP (https://nvbugs/6499882) unittest/executor/test_rpc.py::TestRpcCorrectness::test_incremental_task_async SKIP (https://nvbugs/5741476) unittest/executor/test_rpc_proxy.py SKIP (https://nvbugs/5605741) unittest/executor/test_rpc_worker.py SKIP (https://nvbugs/5605741)