From 68f105b44ff443a6a6d87edad3f33b3206132ef6 Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 24 Nov 2025 05:17:02 +0000 Subject: [PATCH] upd --- tests/comm/test_trtllm_mnnvl_allreduce_custom_comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/comm/test_trtllm_mnnvl_allreduce_custom_comm.py b/tests/comm/test_trtllm_mnnvl_allreduce_custom_comm.py index 60933cf89b..772ceead0b 100644 --- a/tests/comm/test_trtllm_mnnvl_allreduce_custom_comm.py +++ b/tests/comm/test_trtllm_mnnvl_allreduce_custom_comm.py @@ -250,7 +250,7 @@ def test_mnnvl_allreduce_custom_communicator( available_gpus = torch.cuda.device_count() if world_size > available_gpus: - raise ValueError( + pytest.skip( f"world_size {world_size} is greater than available_gpus {available_gpus}" ) print(f"Running test for world_size={world_size}")