mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 17:54:30 +00:00
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:
@@ -718,6 +718,12 @@ t3]])
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it("doesn't open folds that are not touched", function()
|
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)
|
local screen = Screen.new(40, 8)
|
||||||
screen:set_default_attr_ids({
|
screen:set_default_attr_ids({
|
||||||
[1] = { foreground = Screen.colors.DarkBlue, background = Screen.colors.Gray },
|
[1] = { foreground = Screen.colors.DarkBlue, background = Screen.colors.Gray },
|
||||||
|
|||||||
Reference in New Issue
Block a user