[CI/Build] Fix param mismatch in test_eagle_correctness (#22847)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-08-14 01:55:25 +08:00 committed by GitHub
parent 12817a8ac7
commit b4b78d6317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,11 @@ def test_ngram_correctness(
marks=pytest.mark.skip(reason="Skipping due to CI OOM issues")),
],
ids=[
"qwen3_eagle3", "llama3_eagle", "llama3_eagle3", "llama4_eagle",
# TODO: Re-enable this once tests/models/test_initialization.py is fixed, see PR #22333 #22611 # noqa: E501
# "qwen3_eagle3",
"llama3_eagle",
"llama3_eagle3",
"llama4_eagle",
"llama4_eagle_mm"
])
@pytest.mark.parametrize("attn_backend",