mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 10:22:17 +10:00
test(terminal): skip flaky test on Windows (#37774)
Ref: https://github.com/neovim/neovim/pull/37758#discussion_r2778065203
(cherry picked from commit c90593ed5f)
This commit is contained in:
committed by
github-actions[bot]
parent
154f1c5abd
commit
ddd7494ff9
@@ -36,6 +36,7 @@ describe(':terminal window', function()
|
||||
end)
|
||||
|
||||
it('resets horizontal scroll on resize #35331', function()
|
||||
skip(is_os('win'), 'Too flaky on Windows')
|
||||
local screen = tt.setup_screen(0, { testprg('shell-test'), 'INTERACT' })
|
||||
command('set statusline=%{win_getid()} splitright')
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user