summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarian Beermann <public@enkore.de>2016-08-17 23:01:20 +0200
committerMarian Beermann <public@enkore.de>2016-08-17 23:01:20 +0200
commitc39e395ecf68e685aa6131860a300bc4d1801734 (patch)
tree0e1d47c24adf5f134cf4bd7ea1bad2c5c497392a /src
parentf7c1c71ff17bdec5dc261df5fe36bb29c892a2ab (diff)
Exclude incompatible tests for ArchiverTestCaseBinary
Diffstat (limited to 'src')
-rw-r--r--src/borg/testsuite/archiver.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py
index bd26eeb98..0d4a5441b 100644
--- a/src/borg/testsuite/archiver.py
+++ b/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)
@@ -1773,6 +1772,10 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
pass
@unittest.skip('patches objects')
+ def test_recreate_interrupt2(self):
+ pass
+
+ @unittest.skip('patches objects')
def test_recreate_changed_source(self):
pass