|
@@ -416,7 +416,6 @@ class RepositoryCheckTestCase(RepositoryTestCaseBase):
|
|
|
self.assert_equal(self.repository.get(H(0)), b'data2')
|
|
|
|
|
|
|
|
|
-@pytest.mark.skipif(sys.platform == 'cygwin', reason='remote is broken on cygwin and hangs')
|
|
|
class RemoteRepositoryTestCase(RepositoryTestCase):
|
|
|
|
|
|
def open(self, create=False):
|
|
@@ -449,7 +448,6 @@ class RemoteRepositoryTestCase(RepositoryTestCase):
|
|
|
assert self.repository.borg_cmd(args, testing=False) == ['borg-0.28.2', 'serve', '--umask=077', '--info']
|
|
|
|
|
|
|
|
|
-@pytest.mark.skipif(sys.platform == 'cygwin', reason='remote is broken on cygwin and hangs')
|
|
|
class RemoteRepositoryCheckTestCase(RepositoryCheckTestCase):
|
|
|
|
|
|
def open(self, create=False):
|