mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
ci: skip tests that fail on windows
This commit is contained in:
@@ -18,6 +18,7 @@ describe(':terminal window', function()
|
||||
end)
|
||||
|
||||
it('sets topline correctly #8556', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
-- Test has hardcoded assumptions of dimensions.
|
||||
eq(7, eval('&lines'))
|
||||
feed_data('\n\n\n') -- Add blank lines.
|
||||
|
||||
Reference in New Issue
Block a user