Merge pull request #16478 from jamessan/fragile-server-notifications-test

test(api): mark "notify cancels stale events on channel close" fragile
This commit is contained in:
James McCoy 2021-11-30 22:39:14 -05:00 committed by GitHub
commit d3585e0ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ describe('notify', function()
if isCI() then
pending('hangs on CI #14083 #15251')
return
elseif helpers.skip_fragile(pending) then
return
end
if helpers.pending_win32(pending) then return end
local catchan = eval("jobstart(['cat'], {'rpc': v:true})")