We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_vllm_health_check_active
1 parent 6f8fd86 commit 3ff5fa1Copy full SHA for 3ff5fa1
tests/fault_tolerance/test_vllm_health_check.py
@@ -158,6 +158,7 @@ def send_completion_request(
158
@pytest.mark.gpu_1
159
@pytest.mark.e2e
160
@pytest.mark.model(FAULT_TOLERANCE_MODEL_NAME)
161
+@pytest.mark.skip(reason="Flaky, temporarily disabled")
162
def test_vllm_health_check_active(request, runtime_services):
163
"""
164
End-to-end test for worker fault tolerance with migration support.
0 commit comments