test(terminal/buffer_spec): re-skip bang test on Windows

This commit is contained in:
zeertzjq 2024-02-26 10:11:59 +08:00 committed by GitHub
parent 268066e014
commit 8b4e269156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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