Skip to content

Commit 8dd2419

Browse files
[CI] Skip Qwen-VL in multimodal processing tests due to flaky external dependency (vllm-project#31932)
Signed-off-by: Andreas Karatzas <[email protected]>
1 parent 39d8200 commit 8dd2419

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/models/multimodal/processing/test_common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ def test_processing_correctness(
404404
pytest.skip("Fix later")
405405
if model_id == "jinaai/jina-reranker-m0":
406406
pytest.skip("Fix later")
407+
if model_id in {"Qwen/Qwen-VL", "Qwen/Qwen-VL-Chat"}:
408+
pytest.skip(
409+
"Qwen-VL tokenizer requires downloading a font file from "
410+
"servers that often refuse connections in CI"
411+
)
407412

408413
_test_processing_correctness(
409414
model_id,

0 commit comments

Comments
 (0)