1
0
Fork 0
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:
enkore 2016-11-10 17:35:59 +01:00 committed by GitHub
parent b026c8d0ec
commit 5fecac63a9

View file

@ -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__:'