mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 20:34:45 -04:00
Merge pull request #6115 from ThomasWaldmann/fix-xattr-percent-binary-master
fix new xattr tests for binary test runs
This commit is contained in:
commit
c71acda4a9
1 changed files with 8 additions and 0 deletions
|
|
@ -3527,6 +3527,14 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
|||
else:
|
||||
super().test_fuse()
|
||||
|
||||
@unittest.skip('patches objects')
|
||||
def test_do_not_fail_when_percent_is_in_xattr_name(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('patches objects')
|
||||
def test_do_not_fail_when_percent_is_in_file_name(self):
|
||||
pass
|
||||
|
||||
|
||||
class ArchiverCheckTestCase(ArchiverTestCaseBase):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue