mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
test: skip flaky test on Windows
This commit is contained in:
@@ -281,6 +281,7 @@ describe(':terminal buffer', function()
|
||||
end)
|
||||
|
||||
it('requires bang (!) to close a running job #15402', function()
|
||||
skip(is_os('win'), "Test freezes the CI and makes it time out")
|
||||
eq('Vim(wqall):E948: Job still running', exc_exec('wqall'))
|
||||
for _, cmd in ipairs({ 'bdelete', '%bdelete', 'bwipeout', 'bunload' }) do
|
||||
matches('^Vim%('..cmd:gsub('%%', '')..'%):E89: term://.*tty%-test.* will be killed %(add %! to override%)$',
|
||||
|
Reference in New Issue
Block a user