Skip to content

Commit

Permalink
[ci][distributed] disable hanging tests (vllm-project#10317)
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Tyler Michael Smith <[email protected]>
  • Loading branch information
youkaichao authored and tlrmchlsmth committed Nov 23, 2024
1 parent ac6fa44 commit 99b9ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/distributed/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def allgather_worker(rank, WORLD_SIZE, port1, port2):
pg1.barrier()


@pytest.mark.skip(reason="This test is flaky and prone to hang.")
@multi_gpu_test(num_gpus=4)
@pytest.mark.parametrize(
"worker", [cpu_worker, gpu_worker, broadcast_worker, allgather_worker])
Expand Down

0 comments on commit 99b9ea2

Please sign in to comment.