From 7ab0e8c8dddbb359eff77ea696940da06cce59dc Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 26 Oct 2018 18:44:27 -0400 Subject: functionaltest: enable job channel test --- test/functional/api/vim_spec.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 5ca133267d..a9d137391e 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -841,10 +841,6 @@ describe('API', function() end) it('works for job channel', function() - if iswin() and os.getenv('APPVEYOR') ~= nil then - pending("jobstart(['cat']) unreliable on appveyor") - return - end eq(3, eval("jobstart(['cat'], {'rpc': v:true})")) local info = { stream='job', -- cgit