Temporarily disable TestReturnRoutedExperts since it's flaky (#21267)

This commit is contained in:
Qiaolin Yu
2026-03-23 21:45:30 -07:00
committed by GitHub
parent 6491728797
commit 3837588a4c
@@ -30,6 +30,9 @@ SHAREGPT_URL = (
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@unittest.skip(
"Flaky in CI, need to be fixed and re-enabled. See https://github.com/sgl-project/sglang/issues/21266"
)
class TestReturnRoutedExperts(CustomTestCase): class TestReturnRoutedExperts(CustomTestCase):
# modified from test_hicache.py # modified from test_hicache.py
@classmethod @classmethod