From d519ae6b6fb52c26b1389ef52c1f619e99a8c77c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 25 Nov 2016 01:31:28 +0100 Subject: [PATCH] remove some unneeded test overriding methods they are not there any more in the base class, so there is nothing to override. --- src/borg/testsuite/archiver.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 847b4ca98..39bc1e90a 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -1929,22 +1929,6 @@ class ArchiverTestCaseBinary(ArchiverTestCase): def test_init_interrupt(self): pass - @unittest.skip('patches objects') - def test_recreate_rechunkify_interrupt(self): - pass - - @unittest.skip('patches objects') - 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 - @unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.') def test_basic_functionality(self): pass