mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
test(terminal/buffer_spec): re-skip bang test on Windows
This commit is contained in:
parent
268066e014
commit
8b4e269156
@ -247,6 +247,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(
|
||||
|
Loading…
Reference in New Issue
Block a user