[CI] Fix Flaky test_eagle_max_len Test (#30306)

Signed-off-by: Micah Williamson <micah.williamson@amd.com>
This commit is contained in:
Micah Williamson 2025-12-09 01:33:34 -06:00 committed by GitHub
parent aed846917f
commit aeb82b1930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ def test_eagle_max_len(
len(o.prompt_token_ids)
< 80
< len(o.prompt_token_ids) + len(o.outputs[0].token_ids)
< 200
<= 200
), (
"This test is only meaningful if the output "
"is longer than the eagle max length"