Skip to content

Commit dca8559

Browse files
ywang96eicherseiji
authored andcommitted
[CI] Disable flaky structured output test from CI (vllm-project#24366)
Signed-off-by: Roger Wang <hey@rogerw.io>
1 parent 8b9d52d commit dca8559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/v1/entrypoints/llm/test_struct_output_generate.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE = [
4242
("mistralai/Ministral-8B-Instruct-2410", "xgrammar", "auto", None),
4343
("mistralai/Ministral-8B-Instruct-2410", "guidance", "auto", None),
44-
("mistralai/Ministral-8B-Instruct-2410", "lm-format-enforcer", "auto",
45-
None),
44+
#FIXME: This test is flaky on CI thus disabled
45+
#("mistralai/Ministral-8B-Instruct-2410", "lm-format-enforcer", "auto",
46+
# None),
4647
("mistralai/Ministral-8B-Instruct-2410", "xgrammar", "mistral", None),
4748
("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar", "auto", None),
4849
("Qwen/Qwen2.5-1.5B-Instruct", "lm-format-enforcer", "auto", None),

0 commit comments

Comments
 (0)