mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Merge #34361 skip flaky tests on cirrus CI
This commit is contained in:
@ -781,6 +781,10 @@ describe('buffer cursor position is correct in terminal without number column',
|
||||
end)
|
||||
|
||||
describe('buffer cursor position is correct in terminal with number column', function()
|
||||
if t.is_ci('cirrus') then
|
||||
return
|
||||
end
|
||||
|
||||
local screen
|
||||
|
||||
local function setup_ex_register(str)
|
||||
|
@ -735,6 +735,9 @@ t2]])
|
||||
feed('dd')
|
||||
poke_eventloop()
|
||||
|
||||
if t.skip_fragile(pending, t.is_ci('cirrus')) then
|
||||
return
|
||||
end
|
||||
screen:expect {
|
||||
grid = [[
|
||||
{1:-}^t1 |
|
||||
|
Reference in New Issue
Block a user