[CI] Skip Qwen-VL in multimodal processing tests due to flaky external dependency (#31932)

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
This commit is contained in:
Andreas Karatzas
2026-01-07 20:58:01 -06:00
committed by GitHub
parent 39d82005f7
commit 8dd2419fa9

View File

@@ -404,6 +404,11 @@ def test_processing_correctness(
pytest.skip("Fix later")
if model_id == "jinaai/jina-reranker-m0":
pytest.skip("Fix later")
if model_id in {"Qwen/Qwen-VL", "Qwen/Qwen-VL-Chat"}:
pytest.skip(
"Qwen-VL tokenizer requires downloading a font file from "
"servers that often refuse connections in CI"
)
_test_processing_correctness(
model_id,