Skip to content

Commit 238fefc

Browse files
authored
[infra] Waive L0 tests (NVIDIA#3853)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 1653599 commit 238fefc

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
@@ -486,3 +486,4 @@ test_e2e.py::test_ptp_quickstart_advanced_8gpus[Nemotron-Ultra-253B-nemotron-nas
486486
test_e2e.py::test_ptp_quickstart_multimodal[NVILA-8B-FP16-vila/NVILA-8B-image] SKIP (https://nvbugs/5233423)
487487
accuracy/test_cli_flow.py::TestLlama3_1_8BInstruct::test_medusa_fp8_prequantized SKIP (https://nvbugs/5238599)
488488
accuracy/test_llm_api_pytorch.py::TestLlama3_3_70BInstruct::test_fp8_tp4 SKIP (https://nvbugs/5238602)
489+
unittest/_torch/multi_gpu_modeling/test_llama4.py::test_llama4[tp8-trtllm-scout] SKIP (https://nvbugs/5244009)

tests/unittest/llmapi/test_llm_multi_gpu_pytorch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
@pytest.mark.gpu4
1010
def test_tinyllama_guided_decoding_tp2pp2():
11+
pytest.skip(reason="https://nvbugs/5244006")
1112
tinyllama_guided_decoding_test_harness(
1213
tensor_parallel_size=2,
1314
pipeline_parallel_size=2,

0 commit comments

Comments
 (0)