[ROCm][CI] close missing quote in kernels/moe block in run-amd-test.sh (#37774)

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
This commit is contained in:
Andreas Karatzas
2026-03-21 20:42:34 -05:00
committed by GitHub
parent 6b2fa3a762
commit e78bc74268

View File

@@ -326,8 +326,8 @@ apply_rocm_test_overrides() {
if [[ $cmds == *" kernels/moe"* ]]; then
cmds="${cmds} \
--ignore=kernels/moe/test_moe.py \
--ignore=kernels/moe/test_cutlass_moe.py \
fi
--ignore=kernels/moe/test_cutlass_moe.py"
fi
# --- Entrypoint ignores ---
if [[ $cmds == *" entrypoints/openai "* ]]; then