From b5635e20f5919486dd533a0bde5ef4187066ea01 Mon Sep 17 00:00:00 2001 From: Chang Liu <9713593+chang-l@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:20:06 -0700 Subject: [PATCH] [https://nvbugs/6676844][test] Unwaive test_wan_t2v_example after CI checkpoint storage fix The failure was not a code regression: the Wan2.2-T2V-A14B-Diffusers-NVFP4 checkpoint on the CI model share had a corrupt safetensors shard (transformer/diffusion_pytorch_model-00002-of-00002.safetensors, 'header too large') after the llm-models scratch disk filled up on 2026-08-26. The infra owner cleaned and repaired the share on 2026-08-27, so the waiver added in #18303 can be dropped. The test runs in the pre-merge DGX_B200-PyTorch stage (l0_b200.yml), so this PR's CI run verifies that the NVFP4 checkpoint loads again. Signed-off-by: Chang Liu <9713593+chang-l@users.noreply.github.com> --- tests/integration/test_lists/waives.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 4a54f5e01473..e41f51052e8b 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -98,7 +98,6 @@ examples/visual_gen/test_visual_gen_wan.py::test_wan_feature_accuracy_against_go examples/visual_gen/test_visual_gen_wan.py::test_wan_feature_accuracy_against_golden[wan22-cuda-graph] SKIP (https://nvbugs/6572800) examples/visual_gen/test_visual_gen_wan.py::test_wan_feature_accuracy_against_golden[wan22-fp8-blockwise] SKIP (https://nvbugs/6572800) examples/visual_gen/test_visual_gen_wan.py::test_wan_feature_accuracy_against_golden[wan22-nvfp4] SKIP (https://nvbugs/6572800) -examples/visual_gen/test_visual_gen_wan.py::test_wan_t2v_example SKIP (https://nvbugs/6676844) full:A100/accuracy/test_llm_api_pytorch_multimodal.py::TestExaone4_5_33B::test_auto_dtype[forced_chunked_prefill] SKIP (https://nvbugs/6597570) full:A100/accuracy/test_llm_api_pytorch_multimodal.py::TestExaone4_5_33B::test_auto_dtype[full_budget] SKIP (https://nvbugs/6597570) full:A100/disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_fp8_attention_dp_overlap[DeepSeek-V3-Lite-fp8] SKIP (https://nvbugs/6581064)