mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
ci: skip tests that fail on windows
This commit is contained in:
@@ -53,6 +53,7 @@ describe('startup', function()
|
||||
]])
|
||||
end)
|
||||
it('in a TTY: has("ttyin")==1 has("ttyout")==1', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local screen = Screen.new(25, 4)
|
||||
screen:attach()
|
||||
if iswin() then
|
||||
@@ -104,6 +105,7 @@ describe('startup', function()
|
||||
end)
|
||||
end)
|
||||
it('input from pipe (implicit) #7679', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local screen = Screen.new(25, 4)
|
||||
screen:attach()
|
||||
if iswin() then
|
||||
@@ -259,6 +261,7 @@ describe('startup', function()
|
||||
end)
|
||||
|
||||
it('ENTER dismisses early message #7967', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local screen
|
||||
screen = Screen.new(60, 6)
|
||||
screen:attach()
|
||||
@@ -491,6 +494,7 @@ describe('sysinit', function()
|
||||
end)
|
||||
|
||||
it('fixed hang issue with -D (#12647)', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local screen
|
||||
screen = Screen.new(60, 6)
|
||||
screen:attach()
|
||||
|
||||
Reference in New Issue
Block a user