mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
test: add reasons to some skipped tests (#37632)
This commit is contained in:
@@ -284,7 +284,7 @@ describe('--embed UI', function()
|
||||
end)
|
||||
|
||||
it('closing stdio with another remote UI does not leak memory #36392', function()
|
||||
t.skip(t.is_os('win')) -- n.connect() hangs on Windows
|
||||
t.skip(t.is_os('win'), 'n.connect() hangs on Windows')
|
||||
clear({ args_rm = { '--headless' } })
|
||||
Screen.new()
|
||||
eq(1, #api.nvim_list_uis())
|
||||
|
||||
Reference in New Issue
Block a user