[ci][distributed] disable hanging tests (#10317)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao 2024-11-14 00:23:39 -08:00 committed by GitHub
parent 294bf467ba
commit 29f3ef26a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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])