Skip to content

Commit 4fd93bd

Browse files
authored
[None][ci] Waive test_llm_rpc and test_llm_rpc_streaming (#9118)
Signed-off-by: Yan Chunwei <328693+Superjomn@users.noreply.github.com>
1 parent 3ab24df commit 4fd93bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ unittest/executor/test_rpc_worker.py SKIP (https://nvbugs/5583261)
342342
unittest/llmapi/test_llm_pytorch.py::test_llm_capture_request_error SKIP (https://nvbugs/5599176)
343343
examples/test_phi.py::test_phi_fp8_with_bf16_lora[Phi-3.5-MoE-instruct] SKIP (https://nvbugs/5465143)
344344
unittest/llmapi/test_llm_multi_gpu_pytorch.py::test_llm_rpc_tp2 SKIP (https://nvbugs/5594753)
345+
unittest/llmapi/test_llm_pytorch.py::test_llm_rpc SKIP (https://nvbugs/5594753)
346+
unittest/llmapi/test_llm_pytorch.py::test_llm_rpc_streaming SKIP (https://nvbugs/5594753)
345347
unittest/llmapi/test_memory_profiling.py SKIP (https://nvbugs/5580781)
346348
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)
347349
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)

tests/unittest/llmapi/test_llm_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ def test_llm_rpc():
948948

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

0 commit comments

Comments
 (0)