diff --git a/test/srt/ep/test_deepep_large.py b/test/srt/ep/test_deepep_large.py index a5f3c2f95a93..58b31cae1646 100644 --- a/test/srt/ep/test_deepep_large.py +++ b/test/srt/ep/test_deepep_large.py @@ -72,6 +72,7 @@ def test_gsm8k(self): self.assertGreater(metrics["accuracy"], 0.92) +@unittest.skip("Skipping this test until it's fixed.") class TestDeepseekMTP(CustomTestCase): @classmethod def setUpClass(cls):