diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-02-26 09:47:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 09:47:49 +0800 |
commit | 268066e01400f55b0c38716f0d6ee3dece10c43e (patch) | |
tree | 42443f64d3d89dadde0c9808d5ba8b22c256db29 /test/functional/terminal/buffer_spec.lua | |
parent | 185752614d1a4906c8f218e4c24c3b52bbe6560e (diff) | |
download | rneovim-268066e01400f55b0c38716f0d6ee3dece10c43e.tar.gz rneovim-268066e01400f55b0c38716f0d6ee3dece10c43e.tar.bz2 rneovim-268066e01400f55b0c38716f0d6ee3dece10c43e.zip |
fix(process): start pty process eof timer on main thread (#27625)
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r-- | test/functional/terminal/buffer_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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( |