Skip to content

[Infra] - Waive failed cases on recent post-merge #6212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/integration/test_lists/waives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,4 @@ triton_server/test_triton_llm.py::test_gpt_disaggregated_serving_bls[test_basic-
triton_server/test_triton.py::test_gpt_disaggregated_serving_bls[gpt-disaggregated-serving-bls] SKIP (https://nvbugs/5401261)
examples/test_recurrentgemma.py::test_llm_recurrentgemma_2gpu[recurrentgemma-2b] SKIP (https://nvbugs/5401233)
examples/test_multimodal.py::test_llm_multimodal_general[VILA1.5-3b-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5401156)
test_e2e.py::test_ptp_quickstart_multimodal[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503-image-True] SKIP (https://nvbugs/5404005)
2 changes: 2 additions & 0 deletions tests/unittest/_torch/modeling/test_modeling_nemotron_h.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
import torch
from utils.llm_data import llm_models_root
from utils.util import skip_gpu_memory_less_than
Expand Down Expand Up @@ -237,6 +238,7 @@ def test_nemotron_h_correctness():
nemotron_h.shutdown()


@pytest.mark.skip(reason="https://nvbugs/5404046")
def test_nemotron_h_cuda_graph_overlap_scheduler():
prompts = [
"Tell me something I don't know about the future of AI",
Expand Down