diff options
author | James McCoy <jamessan@jamessan.com> | 2021-11-30 22:39:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 22:39:14 -0500 |
commit | d3585e0ec52ee828fd68c4bd3e3ec1c294e1f4a0 (patch) | |
tree | 7374d4743bb3f37d35143e279a70f6e89d1d5654 /test/functional/api/server_notifications_spec.lua | |
parent | dd3fe86bbf12acabd8c17ac29cf797d19a584de9 (diff) | |
parent | 4342b81e8d0f253015e3a3fa72f5fc00f9a2f30d (diff) | |
download | rneovim-d3585e0ec52ee828fd68c4bd3e3ec1c294e1f4a0.tar.gz rneovim-d3585e0ec52ee828fd68c4bd3e3ec1c294e1f4a0.tar.bz2 rneovim-d3585e0ec52ee828fd68c4bd3e3ec1c294e1f4a0.zip |
Merge pull request #16478 from jamessan/fragile-server-notifications-test
test(api): mark "notify cancels stale events on channel close" fragile
Diffstat (limited to 'test/functional/api/server_notifications_spec.lua')
-rw-r--r-- | test/functional/api/server_notifications_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/api/server_notifications_spec.lua b/test/functional/api/server_notifications_spec.lua index 6367cc5caa..1c00f001ff 100644 --- a/test/functional/api/server_notifications_spec.lua +++ b/test/functional/api/server_notifications_spec.lua @@ -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})") |