mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 01:52:55 +00:00
test(api/server_requests_spec): fix flaky test (again) (#36570)
Use a fast API, as a deferred API request may be aborted by EOF.
This commit is contained in:
@@ -77,7 +77,7 @@ describe('notify', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
it('cancels stale events on channel close', function()
|
||||
it('cancels stale events on channel close #13537', function()
|
||||
local catchan = eval("jobstart(['cat'], {'rpc': v:true})")
|
||||
local catpath = eval('exepath("cat")')
|
||||
eq(
|
||||
|
||||
Reference in New Issue
Block a user