Unverified Commit b8ff0536 authored by Lucas Wilkinson's avatar Lucas Wilkinson Committed by GitHub
Browse files

[CI] Temporarily disable flaky test (#22930)


Signed-off-by: default avatarLucas Wilkinson <lwilkins@redhat.com>
parent 637093ae
......@@ -162,6 +162,12 @@ def test_eagle_correctness(
mm_enabled: bool,
attn_backend: str,
):
if attn_backend == "TREE_ATTN":
# TODO: Fix this flaky test
pytest.skip(
"TREE_ATTN is flaky in the test disable for now until it can be "
"reolved (see https://github.com/vllm-project/vllm/issues/22922)")
# Generate test prompts inside the function instead of using fixture
test_prompts = get_test_prompts(mm_enabled)
'''
......
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