commit 8fadb80b3ad48bda8eaa0d7a1f2dfe4363b737da
parent 76d0206342a2255fecf035b3d74253632b8cb86d
Author: Justin M. Keyes <justinkz@gmail.com>
Date: Mon, 9 Jun 2025 07:05:33 -0700
Merge #34361 skip flaky tests on cirrus CI
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/test/functional/terminal/cursor_spec.lua b/test/functional/terminal/cursor_spec.lua
@@ -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)
diff --git a/test/functional/treesitter/fold_spec.lua b/test/functional/treesitter/fold_spec.lua
@@ -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 |