1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-25 15:33:39 +00:00

testsuite: repository: skip some tests for RemoteRepository

This commit is contained in:
Rayyan Ansari 2022-11-15 19:12:13 +00:00
parent c209daec63
commit 4445fe3bdb

View file

@ -1138,6 +1138,14 @@ def test_crash_before_compact(self):
# skip this test, we can't mock-patch a Repository class in another process!
pass
def test_repair_missing_commit_segment(self):
# skip this test, files in RemoteRepository cannot be deleted
pass
def test_repair_missing_segment(self):
# skip this test, files in RemoteRepository cannot be deleted
pass
class RemoteLoggerTestCase(BaseTestCase):
def setUp(self):