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
dynamo
Commits
3ff5fa13
Unverified
Commit
3ff5fa13
authored
Nov 07, 2025
by
Ryan McCormick
Committed by
GitHub
Nov 07, 2025
Browse files
test: Skip flaky `test_vllm_health_check_active` until properly resolved (#4188)
parent
6f8fd865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/fault_tolerance/test_vllm_health_check.py
tests/fault_tolerance/test_vllm_health_check.py
+1
-0
No files found.
tests/fault_tolerance/test_vllm_health_check.py
View file @
3ff5fa13
...
@@ -158,6 +158,7 @@ def send_completion_request(
...
@@ -158,6 +158,7 @@ def send_completion_request(
@
pytest
.
mark
.
gpu_1
@
pytest
.
mark
.
gpu_1
@
pytest
.
mark
.
e2e
@
pytest
.
mark
.
e2e
@
pytest
.
mark
.
model
(
FAULT_TOLERANCE_MODEL_NAME
)
@
pytest
.
mark
.
model
(
FAULT_TOLERANCE_MODEL_NAME
)
@
pytest
.
mark
.
skip
(
reason
=
"Flaky, temporarily disabled"
)
def
test_vllm_health_check_active
(
request
,
runtime_services
):
def
test_vllm_health_check_active
(
request
,
runtime_services
):
"""
"""
End-to-end test for worker fault tolerance with migration support.
End-to-end test for worker fault tolerance with migration support.
...
...
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