"vscode:/vscode.git/clone" did not exist on "06a1bee2f33b45e2fcf8b3050b71be2f3e01a637"
Unverified Commit 29f3ef26 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

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


Signed-off-by: default avataryoukaichao <youkaichao@gmail.com>
parent 294bf467
......@@ -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])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment