mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 19:00:44 -04:00
testsuite: repository: skip some tests for RemoteRepository
This commit is contained in:
parent
82f6adf8e0
commit
d0b09dfc95
1 changed files with 8 additions and 0 deletions
|
|
@ -1002,6 +1002,14 @@ class RemoteRepositoryCheckTestCase(RepositoryCheckTestCase):
|
|||
# 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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue