commit ecd6d679a020ff97156de2fd3c443a77a671ac3d
parent 0124b0249050fdfb9f6d2eb668fd411b63d0664c
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date: Sun, 14 May 2023 14:29:18 +0200
test: skip flaky 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
@@ -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%)$',