mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
ci: skip tests that fail on windows
This commit is contained in:
@@ -345,6 +345,7 @@ end)
|
||||
|
||||
describe(':terminal prints more lines than the screen height and exits', function()
|
||||
it('will push extra lines to scrollback', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
clear()
|
||||
local screen = Screen.new(30, 7)
|
||||
screen:attach({rgb=false})
|
||||
@@ -576,6 +577,7 @@ describe("pending scrollback line handling", function()
|
||||
end)
|
||||
|
||||
it("does not crash after nvim_buf_call #14891", function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
exec_lua [[
|
||||
local a = vim.api
|
||||
local bufnr = a.nvim_create_buf(false, true)
|
||||
|
Reference in New Issue
Block a user