mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-19 21:34:27 +08:00
[ci][distributed] disable hanging tests (#10317)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
parent
294bf467ba
commit
29f3ef26a3
@ -117,6 +117,7 @@ def allgather_worker(rank, WORLD_SIZE, port1, port2):
|
|||||||
pg1.barrier()
|
pg1.barrier()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="This test is flaky and prone to hang.")
|
||||||
@multi_gpu_test(num_gpus=4)
|
@multi_gpu_test(num_gpus=4)
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"worker", [cpu_worker, gpu_worker, broadcast_worker, allgather_worker])
|
"worker", [cpu_worker, gpu_worker, broadcast_worker, allgather_worker])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user