-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
[CI] Disable flaky structured output test from CI #24366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request disables a flaky test to unblock the CI pipeline. While this is a practical short-term solution, I've added a high-severity comment suggesting to create and link a tracking issue. This will ensure that the flaky test is not forgotten and is eventually fixed and re-enabled, which is crucial for maintaining long-term code quality and test coverage.
|
Shall we create an issue to track the progress? |
|
Or we never want to bring it back :-) |
Signed-off-by: Roger Wang <hey@rogerw.io>
Signed-off-by: Roger Wang <hey@rogerw.io>
Signed-off-by: Roger Wang <hey@rogerw.io>
Signed-off-by: Roger Wang <hey@rogerw.io> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Signed-off-by: Roger Wang <hey@rogerw.io> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
v1/entrypoints/llm/test_struct_output_generate.py::test_structured_output[mistralai/Ministral-8B-Instruct-2410-lm-format-enforcer-auto-None]This particular test has been flaky on main CI for more than 2 weeks and has blocked auto-merge for quite a number of pull requests but it doesn't have an owner to fix. This PR disables it from main CI since this is a test on a particular model with a particular feature so it should be low risk.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.