mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
patching objects does not work with the borg.exe binary, fixes #2700
This commit is contained in:
parent
99ff779908
commit
116a60f979
1 changed files with 8 additions and 0 deletions
|
@ -2732,6 +2732,14 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
||||||
def test_init_interrupt(self):
|
def test_init_interrupt(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@unittest.skip('patches objects')
|
||||||
|
def test_extract_capabilities(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@unittest.skip('patches objects')
|
||||||
|
def test_extract_xattrs_errors(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