Temporarily disable lora overlap loading test due to flakiness (#17683)

This commit is contained in:
Kangyan-Zhou
2026-01-24 12:24:44 -08:00
committed by GitHub
parent 137eb5b95c
commit 69a7a70e47

View File

@@ -29,7 +29,11 @@ from sglang.test.lora_utils import (
from sglang.test.runners import SRTRunner
from sglang.test.test_utils import CustomTestCase, calculate_rouge_l
register_cuda_ci(est_time=300, suite="stage-b-test-small-1-gpu")
register_cuda_ci(
est_time=300,
suite="stage-b-test-small-1-gpu",
disabled="Flaky test - outputs differ between overlap/no-overlap loading modes. See https://github.com/sgl-project/sglang/actions/runs/21320657015/job/61370002606",
)
class TestLoRAPipelineLoading(CustomTestCase):