Unverified Commit d795e1a4 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

test(serve): skip mm_agg_qwen2-audio-7b vLLM deployment on post-merge (#8411)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
Co-authored-by: default avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
parent ec4ed33d
...@@ -85,6 +85,10 @@ VLLM_MULTIMODAL_PROFILES: list[MultimodalModelProfile] = [ ...@@ -85,6 +85,10 @@ VLLM_MULTIMODAL_PROFILES: list[MultimodalModelProfile] = [
topologies={ topologies={
"agg": TopologyConfig( "agg": TopologyConfig(
marks=[ marks=[
pytest.mark.skip(
reason="vLLM engine core init fails on amd64 post-merge. "
"OPS-4445"
),
pytest.mark.post_merge, pytest.mark.post_merge,
], ],
timeout_s=600, timeout_s=600,
......
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