[CI] Bring back CI test for Mamba PD Disaggregation (#20675)

This commit is contained in:
Shangming Cai
2026-03-17 01:04:21 +08:00
committed by GitHub
parent 289cbcf482
commit a4528a5737

View File

@@ -12,9 +12,7 @@ from sglang.test.test_utils import (
popen_launch_pd_server,
)
register_cuda_ci(
est_time=400, suite="stage-c-test-8-gpu-h200", disabled="TCP fallback flaky"
)
register_cuda_ci(est_time=500, suite="stage-c-test-8-gpu-h200")
@unittest.skipIf(is_in_ci(), "Temporarily disable the flaky test.")
@@ -158,10 +156,6 @@ class TestDisaggregationHybridAttentionMambaExtraBuffer(PDDisaggregationServerBa
self.assertGreater(metrics["accuracy"], 0.93)
@unittest.skipIf(
is_in_ci(),
"Temporarily disable the flaky test: tcp fallback is not stable currently.",
)
class TestDisaggregationHybridAttentionMambaDPDecode(PDDisaggregationServerBase):
"""Test with prefill tp=2 and decode tp=2/dp=2 with dp-attention enabled."""