From 396722e4903fb8ad076393763250e22f824d13e0 Mon Sep 17 00:00:00 2001 From: Cherry_ming <136634645@qq.com> Date: Tue, 11 Aug 2026 16:38:15 +0800 Subject: [PATCH] [NPU] Disable failed test cases (#34377) Co-authored-by: Even Zhou Co-authored-by: sglang-npu-bot --- .github/workflows/pr-test-npu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-npu.yml b/.github/workflows/pr-test-npu.yml index f829631f4..e4b3cde63 100644 --- a/.github/workflows/pr-test-npu.yml +++ b/.github/workflows/pr-test-npu.yml @@ -222,7 +222,7 @@ jobs: multimodal-gen-test-2-npu-a3: needs: [check-changes, pr-gate, set-image-config] - if: ${{ !failure() && !cancelled() && needs.check-changes.outputs.multimodal_gen == 'true' }} + if: false # Temporarily disabled; will be restored once the issue is fixed. runs-on: linux-aarch64-a3-800t-2 container: image: ${{ needs.set-image-config.outputs.CANN_image_a3 }}