浏览代码

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

fix new xattr tests for binary test runs
TW 3 年之前
父节点
当前提交
c71acda4a9
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/borg/testsuite/archiver.py

+ 8 - 0
src/borg/testsuite/archiver.py

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