neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c2d218d0c645343d081f1d1901447a32e4fe4e18
parent e56292071a4bc73755fc2670247bdabe64f3506c
Author: Natanael Copa <ncopa@alpinelinux.org>
Date:   Fri,  9 May 2025 21:26:17 +0200

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

ref: https://github.com/neovim/neovim/issues/33910#issuecomment-2863276239
Diffstat:
Mtest/functional/treesitter/fold_spec.lua | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/test/functional/treesitter/fold_spec.lua b/test/functional/treesitter/fold_spec.lua @@ -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 },