neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit af0684f0d578631dae7d857cd065d81288be3cf2
parent a03e00a3539ea995c69196aeb35d84912ead8c3f
Author: Sergey Slipchenko <faergeek@gmail.com>
Date:   Mon, 11 Sep 2023 01:53:05 +0400

test: unignore test which froze sourcehut (#25067)


Diffstat:
Mtest/functional/api/server_notifications_spec.lua | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/test/functional/api/server_notifications_spec.lua b/test/functional/api/server_notifications_spec.lua @@ -6,9 +6,7 @@ local eq, clear, eval, command, nvim, next_msg = local meths = helpers.meths local exec_lua = helpers.exec_lua local retry = helpers.retry -local is_ci = helpers.is_ci local assert_alive = helpers.assert_alive -local skip = helpers.skip local testlog = 'Xtest-server-notify-log' @@ -90,7 +88,6 @@ describe('notify', function() end) it('cancels stale events on channel close', function() - skip(is_ci(), 'hangs on CI #14083 #15251') local catchan = eval("jobstart(['cat'], {'rpc': v:true})") local catpath = eval('exepath("cat")') eq({id=catchan, argv={catpath}, stream='job', mode='rpc', client = {}}, exec_lua ([[