mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +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)
|
||||
|
||||
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 },
|
||||
|
||||
Reference in New Issue
Block a user