"vscode:/vscode.git/clone" did not exist on "19cc9468fd0fa1701e7cb74b5928b329a1d16cf1"
Unverified Commit 4de08ad6 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

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


Signed-off-by: default avatarIsotr0py <mozf@mail2.sysu.edu.cn>
parent 75eb302a
...@@ -388,6 +388,7 @@ def run_video_test(config, mm_encoder_attn_backend, video_assets, vllm_runner): ...@@ -388,6 +388,7 @@ def run_video_test(config, mm_encoder_attn_backend, video_assets, vllm_runner):
"mm_encoder_attn_backend", "mm_encoder_attn_backend",
[None] + current_platform.get_supported_vit_attn_backends(), [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() @create_new_process_for_each_test()
def test_vit_backend_functionality( def test_vit_backend_functionality(
model_key: str, model_key: str,
......
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