skip test_create_exclude_dataless for binary archiver

Cannot patch objects in the borg.exe binary subprocess.

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Thomas Waldmann 2026-07-02 09:39:36 +02:00
parent 0ee07f0cda
commit e4e22295ce

View file

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