Skip to content

Commit e69d7bb

Browse files
authored
unwaive multi-node test (#3721)
Signed-off-by: Superjomn <[email protected]>
1 parent 81d1f4f commit e69d7bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unittest/llmapi/test_llm_multi_gpu.py

-2
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,8 @@ def run_command(command: str):
288288
raise e
289289

290290

291-
@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5223608: timeout")
292291
@skip_single_gpu
293292
def test_llm_multi_node(engine_from_checkpoint: tempfile.TemporaryDirectory):
294-
# TODO[chunweiy]: reactivate this later
295293
nworkers = 2
296294
test_case_file = os.path.join(os.path.dirname(__file__), "run_llm.py")
297295
os.path.join(os.path.dirname(__file__), "launch.py")

0 commit comments

Comments
 (0)