浏览代码

patching objects does not work with the borg.exe binary, fixes #2700

Thomas Waldmann 8 年之前
父节点
当前提交
116a60f979
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/borg/testsuite/archiver.py

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

@@ -2732,6 +2732,14 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
     def test_init_interrupt(self):
         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.')
     def test_basic_functionality(self):
         pass