mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-08 16:23:42 -04:00
skip test_crash_before_compact test for RemoteRepository
it was silently failing until recently. and it can't work the way it is on RemoteRepository. it's still active (and now even really working) for the (local) Repository tests.
This commit is contained in:
parent
414dba3de7
commit
d8e9a9bf96
1 changed files with 4 additions and 0 deletions
|
|
@ -328,3 +328,7 @@ class RemoteRepositoryCheckTestCase(RepositoryCheckTestCase):
|
|||
|
||||
def open(self, create=False):
|
||||
return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), create=create)
|
||||
|
||||
def test_crash_before_compact(self):
|
||||
# skip this test, we can't mock-patch a Repository class in another process!
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue