[CI] Skip flaky elastic EP test (#21619)
This commit is contained in:
@@ -83,6 +83,7 @@ class TestTP(CustomTestCase):
|
|||||||
self.assertGreater(metrics["accuracy"], 0.60)
|
self.assertGreater(metrics["accuracy"], 0.60)
|
||||||
|
|
||||||
|
|
||||||
|
@unittest.skipIf(is_in_ci(), "Skip since mooncake-ep fault-tolerant test is flaky.")
|
||||||
class TestPureDP(TestTP):
|
class TestPureDP(TestTP):
|
||||||
extra_args = [
|
extra_args = [
|
||||||
"--enable-dp-attention",
|
"--enable-dp-attention",
|
||||||
|
|||||||
Reference in New Issue
Block a user