commit 8b4e26915612caf2d143edca31919cae18a848a1
parent 268066e01400f55b0c38716f0d6ee3dece10c43e
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 26 Feb 2024 10:11:59 +0800
test(terminal/buffer_spec): re-skip bang test on Windows
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua
@@ -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(