From 5e8cfe48196424b2b7b9dcca199b54c9446275cd Mon Sep 17 00:00:00 2001 From: William Zhang <133824995+2ez4bz@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:11:33 -0700 Subject: [PATCH] [fix] Fix flaky mistral E2E test Signed-off-by: William Zhang <133824995+2ez4bz@users.noreply.github.com> --- tests/integration/defs/test_e2e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/defs/test_e2e.py b/tests/integration/defs/test_e2e.py index 1e8098330f4..1d6b3e9ad1b 100644 --- a/tests/integration/defs/test_e2e.py +++ b/tests/integration/defs/test_e2e.py @@ -2076,8 +2076,8 @@ def test_ptp_quickstart_multimodal(llm_root, llm_venv, model_name, model_path, "mistral-small-3.1-24b-instruct": { "image": [ [ - "dramatic", "seascape", "stormy", "turbulent", "waves", - "rough" + "dramatic", "seascape", "cloudy", "turbulent", "waves", + "water" ], ["scenic", "rock", "landscape", "snow", "formation"], ["highway", "traffic", "directions", "lanes", "Jurong"],