From 69a7a70e474755ba4b07a2be31c1d42a76b20e47 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sat, 24 Jan 2026 12:24:44 -0800 Subject: [PATCH] Temporarily disable lora overlap loading test due to flakiness (#17683) --- test/registered/lora/test_lora_overlap_loading.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/registered/lora/test_lora_overlap_loading.py b/test/registered/lora/test_lora_overlap_loading.py index 119e78966..3b3b6d72d 100644 --- a/test/registered/lora/test_lora_overlap_loading.py +++ b/test/registered/lora/test_lora_overlap_loading.py @@ -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):