aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-26 18:44:27 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-31 22:55:07 -0400
commit7ab0e8c8dddbb359eff77ea696940da06cce59dc (patch)
treefdd2d611b8fe0cacbd35bf864402da2c07b72a93 /test/functional/api/vim_spec.lua
parent4abed174965d306318ca2c78818d1141c268583c (diff)
downloadrneovim-7ab0e8c8dddbb359eff77ea696940da06cce59dc.tar.gz
rneovim-7ab0e8c8dddbb359eff77ea696940da06cce59dc.tar.bz2
rneovim-7ab0e8c8dddbb359eff77ea696940da06cce59dc.zip
functionaltest: enable job channel test
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r--test/functional/api/vim_spec.lua4
1 files changed, 0 insertions, 4 deletions
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',