Unverified Commit 3ff5fa13 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

test: Skip flaky `test_vllm_health_check_active` until properly resolved (#4188)

parent 6f8fd865
...@@ -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.
......
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