Explorar o código

Merge pull request #1517 from ThomasWaldmann/reenable-remotearchiver-fuse-test

re-enable fuse tests for RemoteArchiver
enkore %!s(int64=9) %!d(string=hai) anos
pai
achega
ea14384dda
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      borg/testsuite/archiver.py

+ 0 - 9
borg/testsuite/archiver.py

@@ -1323,15 +1323,6 @@ class RemoteArchiverTestCase(ArchiverTestCase):
         with patch.object(RemoteRepository, 'extra_test_args', ['--restrict-to-path', '/foo', '--restrict-to-path', path_prefix]):
             self.cmd('init', self.repository_location + '_3')
 
-    # skip fuse tests here, they deadlock since this change in exec_cmd:
-    # -output = subprocess.check_output(borg + args, stderr=None)
-    # +output = subprocess.check_output(borg + args, stderr=subprocess.STDOUT)
-    # this was introduced because some tests expect stderr contents to show up
-    # in "output" also. Also, the non-forking exec_cmd catches both, too.
-    @unittest.skip('deadlock issues')
-    def test_fuse(self):
-        pass
-
     @unittest.skip('only works locally')
     def test_debug_put_get_delete_obj(self):
         pass