Explorar o código

testsuite: repository: skip some tests for RemoteRepository

Rayyan Ansari %!s(int64=2) %!d(string=hai) anos
pai
achega
d0b09dfc95
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/borg/testsuite/repository.py

+ 8 - 0
src/borg/testsuite/repository.py

@@ -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):