[Hicache]: skip flaky test (#26764)

This commit is contained in:
Zhangheng
2026-05-30 15:16:12 +08:00
committed by GitHub
parent 02aeed5387
commit c048ebd10d
@@ -279,6 +279,7 @@ class TestHiCacheStorageAccuracy(HiCacheStorageBaseMixin, CustomTestCase):
return server_args, {}
@unittest.skipIf(is_in_ci(), "To skip flaky test")
def test_eval_accuracy(self):
"""Test eval accuracy with cache persistence across cache flushes"""
run_eval_accuracy_test(self)