Unverified Commit ddd19a68 authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

test: skip test_router_decisions_sglang_multiple_workers (DYN-2784) (#8441)


Co-authored-by: default avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
parent eb6c65d5
...@@ -260,6 +260,9 @@ def test_sglang_kv_router_basic( ...@@ -260,6 +260,9 @@ def test_sglang_kv_router_basic(
) )
@pytest.mark.skip(
reason="Nightly CI failure: https://linear.app/nvidia/issue/DYN-2784"
) # Worker #2 dies during startup; KvRouter blocks forever waiting for min_initial_workers=2.
@pytest.mark.pre_merge @pytest.mark.pre_merge
@pytest.mark.gpu_1 @pytest.mark.gpu_1
@pytest.mark.parametrize("request_plane", ["tcp"], indirect=True) @pytest.mark.parametrize("request_plane", ["tcp"], indirect=True)
......
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