From 7b35011ad136748b3d18d069103feda9a239459f Mon Sep 17 00:00:00 2001 From: Yanan Cao Date: Mon, 8 Dec 2025 17:14:10 -0800 Subject: [PATCH] Mark qwen2_5_vl as xfail (#30283) Signed-off-by: Yanan Cao --- tests/compile/fullgraph/test_multimodal_compile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compile/fullgraph/test_multimodal_compile.py b/tests/compile/fullgraph/test_multimodal_compile.py index 621f6a51a918f..e2897b2271b8f 100644 --- a/tests/compile/fullgraph/test_multimodal_compile.py +++ b/tests/compile/fullgraph/test_multimodal_compile.py @@ -17,6 +17,7 @@ def test_compile(): # forked needed to workaround https://github.com/vllm-project/vllm/issues/21073 @pytest.mark.forked @pytest.mark.skipif(not current_platform.is_cuda(), reason="Skip if not cuda") +@pytest.mark.xfail def test_qwen2_5_vl_compilation(vllm_runner, monkeypatch): """Test that Qwen2.5-VL vision submodules are compiled.