Skip to content

Commit aeb82b1

Browse files
authored
[CI] Fix Flaky test_eagle_max_len Test (#30306)
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
1 parent aed8469 commit aeb82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/spec_decode/test_max_len.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_eagle_max_len(
8282
len(o.prompt_token_ids)
8383
< 80
8484
< len(o.prompt_token_ids) + len(o.outputs[0].token_ids)
85-
< 200
85+
<= 200
8686
), (
8787
"This test is only meaningful if the output "
8888
"is longer than the eagle max length"

0 commit comments

Comments
 (0)