mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test(terminal/buffer_spec): re-skip bang test on Windows
This commit is contained in:
@@ -247,6 +247,7 @@ describe(':terminal buffer', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('requires bang (!) to close a running job #15402', function()
|
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'))
|
eq('Vim(wqall):E948: Job still running', exc_exec('wqall'))
|
||||||
for _, cmd in ipairs({ 'bdelete', '%bdelete', 'bwipeout', 'bunload' }) do
|
for _, cmd in ipairs({ 'bdelete', '%bdelete', 'bwipeout', 'bunload' }) do
|
||||||
matches(
|
matches(
|
||||||
|
|||||||
Reference in New Issue
Block a user