test(treesitter): add flaky test to TEST_SKIP_FRAGILE #33912

ref: https://github.com/neovim/neovim/issues/33910#issuecomment-2863276239
This commit is contained in:
Natanael Copa
2025-05-09 21:26:17 +02:00
committed by GitHub
parent e56292071a
commit c2d218d0c6

View File

@@ -718,6 +718,12 @@ t3]])
end)
it("doesn't open folds that are not touched", function()
-- test is known to be flaky
-- https://github.com/neovim/neovim/issues/33910
if t.skip_fragile(pending) then
return
end
local screen = Screen.new(40, 8)
screen:set_default_attr_ids({
[1] = { foreground = Screen.colors.DarkBlue, background = Screen.colors.Gray },