mirror of
https://github.com/neovim/neovim.git
synced 2026-03-27 19:02:02 +00:00
test(treesitter): skip unreliable select test #38391
The test sometimes(around 1/30) fails on PUC-lua.
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user