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