test: add reasons to some skipped tests (#37632)

This commit is contained in:
zeertzjq
2026-01-31 08:25:48 +08:00
committed by GitHub
parent ed4c549ea2
commit 1e6c4ea896
5 changed files with 6 additions and 6 deletions

View File

@@ -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())