Unverified Commit 7b35011a authored by Yanan Cao's avatar Yanan Cao Committed by GitHub
Browse files

Mark qwen2_5_vl as xfail (#30283)


Signed-off-by: default avatarYanan Cao <gmagogsfm@gmail.com>
parent ae339b1a
......@@ -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.
......
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