mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 17:11:21 +08:00
[BugFix] skip mm revert (#5848)
* skip mm revert * update code * update test
This commit is contained in:
@@ -1194,6 +1194,7 @@ class PrefixCacheManagerTest(unittest.TestCase):
|
||||
with self.assertRaises(SystemExit):
|
||||
manager.clear_prefix_cache()
|
||||
|
||||
@unittest.skip("Skip TestRevertMatchBlocks")
|
||||
def test_revert_match_blocks_adjusts_lists(self):
|
||||
manager = _create_manager()
|
||||
request = SimpleNamespace(
|
||||
|
||||
Reference in New Issue
Block a user