Skip to content

Commit 1b963c1

Browse files
authored
CI: waive test_llm_multi_node_with_postproc (NVIDIA#4977)
Signed-off-by: QI JUN <[email protected]>
1 parent 5644721 commit 1b963c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/llmapi/test_llm_multi_gpu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def test_llm_multi_node_pytorch(nworkers: int):
334334

335335
@skip_single_gpu
336336
def test_llm_multi_node_with_postproc():
337+
pytest.skip("https://nvbugspro.nvidia.com/bug/5327706")
337338
nworkers = 2
338339
test_case_file = os.path.join(os.path.dirname(__file__),
339340
"run_llm_with_postproc.py")

0 commit comments

Comments
 (0)