mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-08 01:31:04 -04:00
skip test_create_exclude_dataless for binary archiver
Cannot patch objects in the borg.exe binary subprocess. Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
parent
0ee07f0cda
commit
e4e22295ce
1 changed files with 4 additions and 0 deletions
|
|
@ -4386,6 +4386,10 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
|||
def test_extract_xattrs_errors(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('patches objects')
|
||||
def test_create_exclude_dataless(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
|
||||
def test_basic_functionality(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue