Skip to content

Commit 548f5ce

Browse files
authored
[None][fix] waive failed tests (#9090)
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
1 parent 8fa3c55 commit 548f5ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

tests/integration/defs/examples/test_llama.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
from defs.conftest import (get_device_count, get_device_memory,
3434
get_host_total_memory, get_sm_version,
3535
skip_fp8_pre_ada, skip_no_nvls, skip_post_blackwell,
36-
skip_pre_ada, skip_pre_blackwell)
36+
skip_post_blackwell_ultra, skip_pre_ada,
37+
skip_pre_blackwell)
3738
# yapf: enable
3839
from defs.trt_test_alternative import check_call, exists
3940

@@ -288,6 +289,7 @@ def test_llm_llama_v1_manage_weights_1gpu_summarize(llama_example_root,
288289

289290

290291
@skip_pre_blackwell
292+
@skip_post_blackwell_ultra
291293
@pytest.mark.parametrize("data_type", ['bfloat16', 'float16'])
292294
@pytest.mark.parametrize("fp4_type", ["plugin", "ootb", "disable"],
293295
ids=["fp4_plugin", "fp4_ootb", "disable_fp4"])
@@ -2187,6 +2189,7 @@ def test_llm_llama_code_llama_1gpu_summary(
21872189
venv_check_call(llm_venv, summary_cmd)
21882190

21892191

2192+
@skip_post_blackwell_ultra
21902193
@pytest.mark.timeout(7200)
21912194
@pytest.mark.skip_less_device_memory(40000)
21922195
@pytest.mark.parametrize("num_beams", [1, 4],
@@ -3383,6 +3386,7 @@ def test_llm_llama_v3_2_smoothquant_1node_single_gpu(
33833386
@pytest.mark.timeout(7200)
33843387
@pytest.mark.skip_less_device_memory(80000)
33853388
@pytest.mark.skip_less_device(4)
3389+
@skip_post_blackwell_ultra
33863390
@pytest.mark.parametrize("fp8_quant",
33873391
[pytest.param(True, marks=skip_post_blackwell), False],
33883392
ids=['enable_fp8', 'disable_fp8'])

tests/integration/test_lists/waives.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,13 @@ accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_auto_dtype[True] SKIP
397397
disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_bf16_empty_batch[DeepSeek-V3-Lite-bf16] SKIP (https://nvbugs/5601682)
398398
accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_eagle3[eagle3_one_model=False-overlap_scheduler=False] SKIP (https://nvbugs/5655584)
399399
accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_chunked_prefill SKIP (https://nvbugs/5608930)
400+
accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_auto_dtype[False] SKIP (https://nvbugspro.nvidia.com/bug/5651854)
401+
test_e2e.py::test_ptp_quickstart_multimodal_chunked_prefill[phi4-multimodal-instruct-fp4-multimodals/Phi-4-multimodal-instruct-FP4-0.8-image] SKIP (https://nvbugs/5568836)
402+
test_e2e.py::test_ptp_quickstart_multimodal_chunked_prefill[phi4-multimodal-instruct-fp4-multimodals/Phi-4-multimodal-instruct-FP4-0.8-image] SKIP (https://nvbugs/5568836)
403+
test_e2e.py::test_ptp_quickstart_multimodal_kv_cache_reuse[phi4-multimodal-instruct-fp4-multimodals/Phi-4-multimodal-instruct-FP4-0.8-image] SKIP (https://nvbugs/5568836)
404+
test_e2e.py::test_ptp_quickstart_multimodal_multiturn[phi4-multimodal-instruct-fp4-multimodals/Phi-4-multimodal-instruct-FP4] SKIP (https://nvbugs/5568836)
405+
examples/test_multimodal.py::test_llm_multimodal_general[llava-1.5-7b-hf-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
406+
examples/test_multimodal.py::test_llm_multimodal_general[llava-1.5-7b-hf-pp:1-tp:1-float16-bs:8-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
407+
examples/test_multimodal.py::test_llm_multimodal_general[llava-onevision-qwen2-7b-ov-hf-video-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
408+
examples/test_multimodal.py::test_llm_multimodal_general[llava-onevision-qwen2-7b-ov-hf-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
409+
examples/test_multimodal.py::test_llm_multimodal_general[Qwen2-VL-7B-Instruct-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:4] SKIP (https://nvbugs/5655832)

0 commit comments

Comments
 (0)