Skip to content

Commit 37d0b68

Browse files
authored
[fix] Fix flaky mistral E2E test (#6230)
Signed-off-by: William Zhang <[email protected]>
1 parent fddb7f1 commit 37d0b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,8 +2033,8 @@ def test_ptp_quickstart_multimodal(llm_root, llm_venv, model_name, model_path,
20332033
"mistral-small-3.1-24b-instruct": {
20342034
"image": [
20352035
[
2036-
"dramatic", "seascape", "stormy", "turbulent", "waves",
2037-
"rough"
2036+
"dramatic", "seascape", "cloudy", "turbulent", "waves",
2037+
"water"
20382038
],
20392039
["scenic", "rock", "landscape", "snow", "formation"],
20402040
["highway", "traffic", "directions", "lanes", "Jurong"],

0 commit comments

Comments
 (0)