[CI] Skip PD hybrid attention test with different TP temporarily (#17791)

This commit is contained in:
Shangming Cai
2026-01-27 10:59:33 +08:00
committed by GitHub
parent 479ab7a4e7
commit 3ad3268e06

View File

@@ -153,6 +153,10 @@ 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."""