mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 12:57:22 +00:00
test(terminal): skip flaky test on Windows (#37774)
Ref: https://github.com/neovim/neovim/pull/37758#discussion_r2778065203
This commit is contained in:
@@ -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