mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functionaltest: enable job channel test
This commit is contained in:
parent
4abed17496
commit
7ab0e8c8dd
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user