Skip to content

Commit e2c4398

Browse files
skip test_create_exclude_dataless for binary archiver
Cannot patch objects in the borg.exe binary subprocess. Co-authored-by: Junie <junie@jetbrains.com>
1 parent 2360f4f commit e2c4398

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/borg/testsuite/archiver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4599,6 +4599,10 @@ def test_create_erroneous_file_with_part_files(self):
45994599
def test_create_ext_attrs_error_retry_rolls_back_chunks(self):
46004600
pass
46014601

4602+
@unittest.skip('patches objects')
4603+
def test_create_exclude_dataless(self):
4604+
pass
4605+
46024606
@unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
46034607
def test_basic_functionality(self):
46044608
pass

0 commit comments

Comments
 (0)