From 4f91b3069e18e0057ac538eb5eb12e974e6bcab8 Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Sun, 15 Mar 2026 16:30:34 +0800 Subject: [PATCH] Skip flaky test in CI for disaggregation decode offload (#20622) --- .../disaggregation/test_disaggregation_decode_offload.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/registered/disaggregation/test_disaggregation_decode_offload.py b/test/registered/disaggregation/test_disaggregation_decode_offload.py index 7088ee5a0..cc22601b8 100644 --- a/test/registered/disaggregation/test_disaggregation_decode_offload.py +++ b/test/registered/disaggregation/test_disaggregation_decode_offload.py @@ -12,6 +12,7 @@ from sglang.test.server_fixtures.disaggregation_fixture import ( from sglang.test.test_utils import ( DEFAULT_MODEL_NAME_FOR_TEST, DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, + is_in_ci, popen_launch_pd_server, ) @@ -20,6 +21,7 @@ from sglang.test.test_utils import ( register_cuda_ci(est_time=600, suite="stage-b-test-large-2-gpu") +@unittest.skipIf(is_in_ci(), "Temporarily disable the flaky test.") class TestDisaggregationDecodeOffload(PDDisaggregationServerBase): """ Test class for verifying KV cache offloading on the decode side in a