mirror of
https://github.com/neovim/neovim.git
synced 2026-07-09 19:09:39 +00:00
fix(test): skip flaky Test_set_cursor
Problem: Test_set_cursor is flaky in CI. MsgPack::Raw Perl module has a heap-overflow issue. See https://github.com/jacquesg/p5-MsgPack-Raw/issues/4 Solution: Skip the test until the upstream module is fixed.
This commit is contained in:
@@ -287,6 +287,7 @@ func Test_000_SvREFCNT()
|
||||
endfunc
|
||||
|
||||
func Test_set_cursor()
|
||||
throw 'skipped: bug in p5-MsgPack-Raw: https://github.com/jacquesg/p5-MsgPack-Raw/issues/4'
|
||||
" Check that setting the cursor position works.
|
||||
new
|
||||
call setline(1, ['first line', 'second line'])
|
||||
|
||||
Reference in New Issue
Block a user