From e4e22295cecb6ac4a7b4cbccd1a8be7e579b2479 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 2 Jul 2026 09:39:36 +0200 Subject: [PATCH] skip test_create_exclude_dataless for binary archiver Cannot patch objects in the borg.exe binary subprocess. Co-authored-by: Junie --- src/borg/testsuite/archiver.py | 4 ++++ 1 file changed, 4 insertions(+) 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