mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
skip 2 usually failing tests for the binary, see #862
likely related to the subprocess being created for the binary and fakeroot.
This commit is contained in:
parent
984bb0a5cd
commit
35c39b5743
1 changed files with 8 additions and 0 deletions
|
@ -1108,6 +1108,14 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
|||
EXE = 'borg.exe'
|
||||
FORK_DEFAULT = True
|
||||
|
||||
@unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
|
||||
def test_basic_functionality(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('test_overwrite seems incompatible with fakeroot and/or the binary.')
|
||||
def test_overwrite(self):
|
||||
pass
|
||||
|
||||
|
||||
class ArchiverCheckTestCase(ArchiverTestCaseBase):
|
||||
|
||||
|
|
Loading…
Reference in a new issue