1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00

Merge pull request #1879 from ThomasWaldmann/cleanup-recreate-tests

remove some unneeded test overriding methods
This commit is contained in:
enkore 2016-11-25 14:09:38 +01:00 committed by GitHub
commit 6936526aae

View file

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