[CI/Build] Skip broken ViT backend functionality test tempoarily (#30782)

Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
(cherry picked from commit 4de08ad698674560be7abebd9437d698d1216872)
This commit is contained in:
Isotr0py 2025-12-16 22:45:25 +08:00 committed by Kevin H. Luu
parent 6a88d590bb
commit e397bd6592

View File

@ -388,6 +388,7 @@ def run_video_test(config, mm_encoder_attn_backend, video_assets, vllm_runner):
"mm_encoder_attn_backend",
[None] + current_platform.get_supported_vit_attn_backends(),
)
@pytest.mark.skip(reason="Broken test due to memory segmentation fault")
@create_new_process_for_each_test()
def test_vit_backend_functionality(
model_key: str,