From 116a60f9792be19e4a4ecee7d680508406137589 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 3 Jul 2017 01:55:11 +0200 Subject: [PATCH] patching objects does not work with the borg.exe binary, fixes #2700 --- src/borg/testsuite/archiver.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 52f069596..eb063193c 100644 --- a/src/borg/testsuite/archiver.py +++ b/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