[https://nvbugs/5819444][fix] Unwaive gpt-oss test (#10927)

Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com>
Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com>
This commit is contained in:
Pengyun Lin 2026-02-02 16:18:41 +08:00 committed by Yanchao Lu
parent 80708ba231
commit 592988ebdb
2 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,6 @@ accuracy/test_llm_api_pytorch.py::TestNemotronV3Super::test_auto_dtype_4gpus[4-4
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_2gpus[dp2-cutlass-auto] SKIP (https://nvbugs/5836828)
accuracy/test_llm_api_pytorch.py::TestNemotronV3Super::test_auto_dtype_4gpus[4-4-True-True-True] SKIP (https://nvbugs/5823587)
accuracy/test_llm_api_pytorch.py::TestQwen3_4B::test_eagle3 SKIP (https://nvbugs/5836592)
test_e2e.py::test_openai_chat_harmony SKIP (https://nvbugs/5819444)
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16_4gpus[ep4-mtp_nextn=2-attention_dp=True-cuda_graph=True-overlap_scheduler=True-torch_compile=False] SKIP (https://nvbugs/5800646)
accuracy/test_disaggregated_serving.py::TestQwen3_30B_A3B::test_mixed_ctx_gen_model[ctxpp2gentp2] SKIP (https://nvbugs/5748664)
examples/test_llama.py::test_llama_3_x_with_bf16_lora_torch[llama-3.2-1b-instruct] SKIP (https://nvbugs/5838178)

View File

@ -160,6 +160,7 @@ async def test_streaming(client: openai.AsyncOpenAI, model: str):
"content": "Explain the theory of relativity in brief."
}],
stream=True,
extra_body={"top_k": 1},
)
collected_messages = []
first_iteration = True