From 3dc0d1681b7618cc80a2c6d03c4ab5d531b8ccff Mon Sep 17 00:00:00 2001 From: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:31:18 +0800 Subject: [PATCH] [https://nvbugs/5565565] [fix] Remove waiver Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com> --- tests/unittest/_torch/modules/test_fused_moe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unittest/_torch/modules/test_fused_moe.py b/tests/unittest/_torch/modules/test_fused_moe.py index b33bb41886d0..49a7e30e9ba9 100644 --- a/tests/unittest/_torch/modules/test_fused_moe.py +++ b/tests/unittest/_torch/modules/test_fused_moe.py @@ -639,7 +639,6 @@ def set_tensor_value_4(x, num_row, num_cols): x.copy_(repeated) -@pytest.mark.skip(reason="https://nvbugs/5565565") @skip_pre_blackwell @pytest.mark.skipif(torch.cuda.device_count() < 4, reason="needs 4 GPUs to run this test")