aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/server_notifications_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-08-27 03:59:13 -0700
committerJustin M. Keyes <justinkz@gmail.com>2021-09-09 06:28:11 -0700
commit9f3679cbfd8633886f1ab43cd761c58da3b8a29b (patch)
tree55bfaa55adfd1bc5f3babf25b63a938d211f4c40 /test/functional/api/server_notifications_spec.lua
parent69fe427df408bc404b17d13759b2e925819c8cf7 (diff)
downloadrneovim-9f3679cbfd8633886f1ab43cd761c58da3b8a29b.tar.gz
rneovim-9f3679cbfd8633886f1ab43cd761c58da3b8a29b.tar.bz2
rneovim-9f3679cbfd8633886f1ab43cd761c58da3b8a29b.zip
docs: naming conventions
Diffstat (limited to 'test/functional/api/server_notifications_spec.lua')
-rw-r--r--test/functional/api/server_notifications_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/api/server_notifications_spec.lua b/test/functional/api/server_notifications_spec.lua
index 279ede81f7..6367cc5caa 100644
--- a/test/functional/api/server_notifications_spec.lua
+++ b/test/functional/api/server_notifications_spec.lua
@@ -78,10 +78,10 @@ describe('notify', function()
end)
it('cancels stale events on channel close', function()
- if isCI() then
- pending('Sporadic hangs on CI (c.f., #14083). Skip until it is fixed.')
- return
- end
+ if isCI() then
+ pending('hangs on CI #14083 #15251')
+ return
+ end
if helpers.pending_win32(pending) then return end
local catchan = eval("jobstart(['cat'], {'rpc': v:true})")
local catpath = eval('exepath("cat")')