From 8e44396794221f2bdf3909970b2270234d3f7cdd Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 24 Oct 2018 05:28:39 -0400 Subject: [PATCH] functionaltest: enable buffered output tests --- test/functional/core/channels_spec.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/core/channels_spec.lua b/test/functional/core/channels_spec.lua index f79f208b69..7b89172f92 100644 --- a/test/functional/core/channels_spec.lua +++ b/test/functional/core/channels_spec.lua @@ -192,7 +192,6 @@ describe('channels', function() end) it('can use buffered output mode', function() - if helpers.pending_win32(pending) then return end source([[ let g:job_opts = { \ 'on_stdout': function('OnEvent'), @@ -225,7 +224,6 @@ describe('channels', function() end) it('can use buffered output mode with no stream callback', function() - if helpers.pending_win32(pending) then return end source([[ function! OnEvent(id, data, event) dict call rpcnotify(1, a:event, a:id, a:data, self.stdout)