Skip to content

Commit dd8ce68

Browse files
authored
[None][infra] Update waive and waive failed tests for main branch on 12/19 (#10151)
Signed-off-by: qqiao <[email protected]>
1 parent ac03915 commit dd8ce68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ disaggregated/test_auto_scaling.py::test_minimal_instances[etcd-round_robin] SKI
478478
disaggregated/test_auto_scaling.py::test_minimal_instances[http-round_robin] SKIP (https://nvbugs/5755963)
479479
unittest/llmapi/apps/test_disagg_serving_perf_metrics.py SKIP (https://nvbugs/5752516)
480480
unittest/_torch/attention/test_trtllm_flashinfer_symbol_collision.py::test_flashinfer_fused_moe_matches_torch_moe SKIP (https://nvbugs/5752521)
481-
unittest/llmapi/apps/_test_openai_responses.py::test_reasoning_effort[DeepSeek-R1-Distill-Qwen-1.5B] SKIP (https://nvbugs/5753250)
482-
unittest/llmapi/apps/_test_openai_responses.py::test_multi_turn_chat[Qwen3/Qwen3-0.6B] SKIP (https://nvbugs/5753250)
481+
cpp/test_multi_gpu.py::TestDisagg::test_symmetric_executor[gpt-2proc-mpi_kvcache-90] SKIP (https://nvbugs/5755941)
482+
accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_guided_decoding[xgrammar-mtp_nextn=0] SKIP (https://nvbugs/5748600)
483483
examples/test_bert.py::test_llm_bert_general[compare_hf-enable_remove_input_padding-use_attention_plugin-enable_context_fmha-tp:1-pp:1-float16-BertForQuestionAnswering-bert/bert-base-cased-squad2] SKIP (https://nvbugs/5608979)
484484
examples/test_bert.py::test_llm_bert_general[compare_hf-enable_remove_input_padding-use_attention_plugin-enable_context_fmha-tp:1-pp:1-float16-RobertaForQuestionAnswering-bert/roberta-base-squad2] SKIP (https://nvbugs/5608979)
485485
examples/test_bert.py::test_llm_bert_general[compare_hf-disable_remove_input_padding-use_attention_plugin-disable_context_fmha-tp:2-pp:1-float16-BertForQuestionAnswering-bert/bert-base-cased-squad2] SKIP (https://nvbugs/5608979)

tests/unittest/llmapi/apps/_test_openai_responses.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def check_tool_calling(response, first_resp=True, prefix=""):
8383
assert not tool_call_exist, f"{err_msg} tool call content should not exist! ({function_call})"
8484

8585

86+
@pytest.mark.skip(reason="https://nvbugs/5753250")
8687
@pytest.mark.asyncio(loop_scope="module")
8788
async def test_reasoning(client: openai.AsyncOpenAI, model: str):
8889
response = await client.responses.create(
@@ -129,6 +130,7 @@ async def test_chat(client: openai.AsyncOpenAI, model: str):
129130
check_reponse(response, "test_chat: ")
130131

131132

133+
@pytest.mark.skip(reason="https://nvbugs/5753250")
132134
@pytest.mark.asyncio(loop_scope="module")
133135
async def test_multi_turn_chat(client: openai.AsyncOpenAI, model: str):
134136
response = await client.responses.create(model=model,

0 commit comments

Comments
 (0)