Skip to content

Commit 3ff5fa1

Browse files
authored
test: Skip flaky test_vllm_health_check_active until properly resolved (#4188)
1 parent 6f8fd86 commit 3ff5fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fault_tolerance/test_vllm_health_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def send_completion_request(
158158
@pytest.mark.gpu_1
159159
@pytest.mark.e2e
160160
@pytest.mark.model(FAULT_TOLERANCE_MODEL_NAME)
161+
@pytest.mark.skip(reason="Flaky, temporarily disabled")
161162
def test_vllm_health_check_active(request, runtime_services):
162163
"""
163164
End-to-end test for worker fault tolerance with migration support.

0 commit comments

Comments
 (0)