Skip to content
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
2 changes: 2 additions & 0 deletions tests/integration/test_lists/waives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ unittest/executor/test_rpc_worker.py SKIP (https://nvbugs/5583261)
unittest/llmapi/test_llm_pytorch.py::test_llm_capture_request_error SKIP (https://nvbugs/5599176)
examples/test_phi.py::test_phi_fp8_with_bf16_lora[Phi-3.5-MoE-instruct] SKIP (https://nvbugs/5465143)
unittest/llmapi/test_llm_multi_gpu_pytorch.py::test_llm_rpc_tp2 SKIP (https://nvbugs/5594753)
unittest/llmapi/test_llm_pytorch.py::test_llm_rpc SKIP (https://nvbugs/5594753)
unittest/llmapi/test_llm_pytorch.py::test_llm_rpc_streaming SKIP (https://nvbugs/5594753)
unittest/llmapi/test_memory_profiling.py SKIP (https://nvbugs/5580781)
accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=2] SKIP (https://nvbugs/5582277)
accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=4] SKIP (https://nvbugs/5582277)
Expand Down
1 change: 0 additions & 1 deletion tests/unittest/llmapi/test_llm_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ def test_llm_rpc():

@skip_ray
@pytest.mark.asyncio
@pytest.mark.skip(reason="https://nvbugs/5594753")
async def test_llm_rpc_streaming():
# TODO: remove the with-statement when shutdown hang issue is fixed
with LLM(model=llama_model_path,
Expand Down
Loading