test(treesitter): skip unreliable select test #38391

The test sometimes(around 1/30) fails on PUC-lua.
This commit is contained in:
altermo
2026-03-20 22:42:27 +01:00
committed by GitHub
parent 3d37aa3116
commit bc00aec21c

View File

@@ -81,6 +81,10 @@ describe('treesitter incremental-selection', function()
treeselect('select_next', 3)
eq('4', get_selected())
if t.skip(jit == nil, 'sometimes fails on PUC lua') then
return
end
treeselect('select_prev', 2)
eq('2', get_selected())