From 7e3f7a4ee799b42aea206f6c09b993ea184bfca3 Mon Sep 17 00:00:00 2001 From: Roger Wang <136131678+ywang96@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:42:34 -0700 Subject: [PATCH] [CI] Disable flaky structure decoding test temporarily. (#15892) Signed-off-by: Roger Wang --- tests/v1/entrypoints/llm/test_struct_output_generate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/v1/entrypoints/llm/test_struct_output_generate.py b/tests/v1/entrypoints/llm/test_struct_output_generate.py index fa58c6460f840..0ffee08c23462 100644 --- a/tests/v1/entrypoints/llm/test_struct_output_generate.py +++ b/tests/v1/entrypoints/llm/test_struct_output_generate.py @@ -23,7 +23,8 @@ PARAMS_MODELS_BACKENDS_TOKENIZER_MODE = [ ("mistralai/Ministral-8B-Instruct-2410", "xgrammar:disable-any-whitespace", "mistral"), ("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar:disable-any-whitespace", "auto"), - ("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"), + #FIXME: This test is flaky on CI thus disabled + #("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"), ] PARAMS_MODELS_TOKENIZER_MODE = [