Skip to content

Commit 8a8883b

Browse files
authored
[None][chore] Waive test_llm_rpc_streaming (#9113)
Signed-off-by: Yan Chunwei <[email protected]>
1 parent d1b003d commit 8a8883b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/llmapi/test_llm_pytorch.py

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

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

0 commit comments

Comments
 (0)