Unverified Commit 8dd2419f authored by Andreas Karatzas's avatar Andreas Karatzas Committed by GitHub
Browse files

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


Signed-off-by: default avatarAndreas Karatzas <akaratza@amd.com>
parent 39d82005
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment