diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-01 10:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 10:00:35 +0100 |
commit | 11b438eb6663b74149633b767061992c00496fb8 (patch) | |
tree | f76e077b24a7f55b18241ad39364ae0b37dbbb59 /test/functional/api/vim_spec.lua | |
parent | f9fe903579033791e4233e8d55613634492702f5 (diff) | |
parent | 8ce3d0174eb25d6b48995106a7a62c663fd95bac (diff) | |
download | rneovim-11b438eb6663b74149633b767061992c00496fb8.tar.gz rneovim-11b438eb6663b74149633b767061992c00496fb8.tar.bz2 rneovim-11b438eb6663b74149633b767061992c00496fb8.zip |
Merge #8378 from janlazo/win_functional_tests
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r-- | test/functional/api/vim_spec.lua | 4 |
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', |