Skip to content

Commit 7e3f7a4

Browse files
authored
[CI] Disable flaky structure decoding test temporarily. (#15892)
Signed-off-by: Roger Wang <[email protected]>
1 parent 9ec8257 commit 7e3f7a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/v1/entrypoints/llm/test_struct_output_generate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
("mistralai/Ministral-8B-Instruct-2410", "xgrammar:disable-any-whitespace",
2424
"mistral"),
2525
("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar:disable-any-whitespace", "auto"),
26-
("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"),
26+
#FIXME: This test is flaky on CI thus disabled
27+
#("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"),
2728
]
2829

2930
PARAMS_MODELS_TOKENIZER_MODE = [

0 commit comments

Comments
 (0)