functionaltest: enable buffered output tests

This commit is contained in:
Jan Edmund Lazo 2018-10-24 05:28:39 -04:00
parent fe2e7cfdee
commit 8e44396794

View File

@ -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)