mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-13 18:06:47 +00:00
testsuite/archiver: fix missing newline before RemoteArchiverTestCase
This commit is contained in:
parent
b026c8d0ec
commit
5fecac63a9
1 changed files with 1 additions and 0 deletions
|
@ -1444,6 +1444,7 @@ def test_extra_chunks(self):
|
|||
self.cmd('check', self.repository_location, exit_code=0)
|
||||
self.cmd('extract', '--dry-run', self.repository_location + '::archive1', exit_code=0)
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == 'cygwin', reason='remote is broken on cygwin and hangs')
|
||||
class RemoteArchiverTestCase(ArchiverTestCase):
|
||||
prefix = '__testsuite__:'
|
||||
|
|
Loading…
Reference in a new issue