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:
@@ -36,6 +36,7 @@ describe(':edit term://*', function()
|
||||
end)
|
||||
|
||||
it("runs TermOpen early enough to set buffer-local 'scrollback'", function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local columns, lines = 20, 4
|
||||
local scr = get_screen(columns, lines)
|
||||
local rep = 97
|
||||
|
||||
Reference in New Issue
Block a user