Browse Source

Exclude incompatible tests for ArchiverTestCaseBinary

Marian Beermann 8 years ago
parent
commit
c39e395ecf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/borg/testsuite/archiver.py

+ 4 - 1
src/borg/testsuite/archiver.py

@@ -1204,7 +1204,6 @@ class ArchiverTestCase(ArchiverTestCaseBase):
         test_archive = self.repository_location + '::test'
         self.cmd('create', test_archive, src_dir)
         self.cmd('list', '--list-format', '-', test_archive)
-        self.archiver.exit_code = 0  # reset exit code for following tests
         output_1 = self.cmd('list', test_archive)
         output_2 = self.cmd('list', '--format', '{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}', test_archive)
         output_3 = self.cmd('list', '--format', '{mtime:%s} {path}{NL}', test_archive)
@@ -1772,6 +1771,10 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
     def test_recreate_interrupt(self):
         pass
 
+    @unittest.skip('patches objects')
+    def test_recreate_interrupt2(self):
+        pass
+
     @unittest.skip('patches objects')
     def test_recreate_changed_source(self):
         pass