Commit 18cd8b10 authored by Jeremy Hylton's avatar Jeremy Hylton

Disable two tests that aren't expected to work with MappingStorage.

parent cfb1bd2f
......@@ -211,6 +211,8 @@ class MappingStorageTests(FileStorageTests):
def checkTransactionalUndoAfterPack(self): pass
def checkSimpleTransactionalUndo(self): pass
def checkReadMethods(self): pass
def checkPackAfterUndoDeletion(self): pass
def checkPackAfterUndoManyTimes(self): pass
def checkPackVersions(self): pass
def checkPackUnlinkedFromRoot(self): pass
def checkPackOnlyOneObject(self): pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment