test: disable test_gemma4_mtp_26b_a4b_extra from CI (#27082)

This commit is contained in:
Khoa Pham
2026-06-02 14:00:48 -07:00
committed by GitHub
parent 68caf49154
commit 22bb9a6421
@@ -17,7 +17,12 @@ from sglang.test.test_utils import (
write_github_step_summary,
)
register_cuda_ci(est_time=720, stage="extra-a", runner_config="2-gpu-large")
register_cuda_ci(
est_time=720,
stage="extra-a",
runner_config="2-gpu-large",
disabled="FIXME(kpham-sgl): temporary drop due to accuracies issue",
)
MODEL_NAME = "26B-A4B"
TARGET_PATH = "google/gemma-4-26B-A4B-it"