Skip to content

Commit ec1d2b5

Browse files
authored
[Test] Temporarily skip flaky ACL graph test (#3577)
### What this PR does / why we need it? Disables `FULL_DECODE_ONLY` end-to-end test that fails intermittently. This prevents CI blockages while the root cause of the flakiness is investigated. ### Does this PR introduce _any_ user-facing change? None. ### How was this patch tested? None needed. - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: Yizhou Liu <[email protected]>
1 parent 9830f85 commit ec1d2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/singlecard/test_aclgraph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def test_models_with_aclgraph(
100100
)
101101

102102

103+
@pytest.mark.skip("Skipping this test for now, "
104+
"it fails intermittently and needs investigation.")
103105
@pytest.mark.parametrize("model", MODELS)
104106
@pytest.mark.parametrize("max_tokens", [5])
105107
def test_models_with_aclgraph_full_decode_only(

0 commit comments

Comments
 (0)