From 268066e01400f55b0c38716f0d6ee3dece10c43e Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 26 Feb 2024 09:47:49 +0800 Subject: fix(process): start pty process eof timer on main thread (#27625) --- test/functional/terminal/buffer_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/terminal/buffer_spec.lua') diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua index 376b7b849e..a8dddc0c1c 100644 --- a/test/functional/terminal/buffer_spec.lua +++ b/test/functional/terminal/buffer_spec.lua @@ -247,7 +247,6 @@ 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( -- cgit