Merge pull request #6115 from ThomasWaldmann/fix-xattr-percent-binary-master

fix new xattr tests for binary test runs
This commit is contained in:
TW 2022-01-07 14:24:32 +01:00 committed by GitHub
commit c71acda4a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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