mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 15:12:00 +00:00
remove some unneeded test overriding methods
they are not there any more in the base class, so there is nothing to override.
This commit is contained in:
parent
abe5923866
commit
d519ae6b6f
1 changed files with 0 additions and 16 deletions
|
@ -1929,22 +1929,6 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
||||||
def test_init_interrupt(self):
|
def test_init_interrupt(self):
|
||||||
pass
|
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.')
|
@unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
|
||||||
def test_basic_functionality(self):
|
def test_basic_functionality(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue