Skip to content

Commit 73e449a

Browse files
EmmaQiaoChyufeiwu-nv
authored andcommitted
[None][infra] Waive failed tests on main 10/09 (NVIDIA#8230)
Signed-off-by: qqiao <qqiao@nvidia.com> Signed-off-by: yufeiwu-nv <230315618+yufeiwu-nv@users.noreply.github.com>
1 parent 79df466 commit 73e449a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,4 @@ cpp/test_e2e.py::test_benchmarks[gpt-80] SKIP (https://nvbugs/5550689)
366366
cpp/test_e2e.py::test_benchmarks[bart-90] SKIP (https://nvbugs/5550689)
367367
examples/test_nemotron_nas.py::test_nemotron_nano_8b_lora_torch[Llama-3.1-Nemotron-Nano-8B-v1] SKIP (https://nvbugs/5563469)
368368
unittest/bindings/test_executor_bindings.py::test_request_perf_metrics_draft SKIP (https://nvbugs/5565590)
369+
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_1gpu[True-True-cutlass-auto] SKIP (https://nvbugs/5568676)

tests/unittest/_torch/modules/test_fused_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def set_tensor_value_4(x, num_row, num_cols):
640640
x.copy_(repeated)
641641

642642

643+
@pytest.mark.skip(reason="https://nvbugs/5565565")
643644
@skip_pre_blackwell
644645
@pytest.mark.skipif(torch.cuda.device_count() < 4,
645646
reason="needs 4 GPUs to run this test")

0 commit comments

Comments
 (0)