Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
29f3ef26
Unverified
Commit
29f3ef26
authored
Nov 14, 2024
by
youkaichao
Committed by
GitHub
Nov 14, 2024
Browse files
[ci][distributed] disable hanging tests (#10317)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
294bf467
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/distributed/test_utils.py
tests/distributed/test_utils.py
+1
-0
No files found.
tests/distributed/test_utils.py
View file @
29f3ef26
...
...
@@ -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
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment