diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 1d5c4c017..44d0a00d3 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -4386,6 +4386,10 @@ class ArchiverTestCaseBinary(ArchiverTestCase): def test_extract_xattrs_errors(self): pass + @unittest.skip('patches objects') + def test_create_exclude_dataless(self): + pass + @unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.') def test_basic_functionality(self): pass