Skip to content

Commit 7b35011

Browse files
authored
Mark qwen2_5_vl as xfail (#30283)
Signed-off-by: Yanan Cao <[email protected]>
1 parent ae339b1 commit 7b35011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compile/fullgraph/test_multimodal_compile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_compile():
1717
# forked needed to workaround https://github.com/vllm-project/vllm/issues/21073
1818
@pytest.mark.forked
1919
@pytest.mark.skipif(not current_platform.is_cuda(), reason="Skip if not cuda")
20+
@pytest.mark.xfail
2021
def test_qwen2_5_vl_compilation(vllm_runner, monkeypatch):
2122
"""Test that Qwen2.5-VL vision submodules are compiled.
2223

0 commit comments

Comments
 (0)