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
1 changed files with 1 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@ class ArchiverCheckTestCase(ArchiverTestCaseBase):
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__:'