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:
XiaowenHu96
2026-07-05 20:14:49 +08:00
parent ce718e31f4
commit e18d2838b5

View File

@@ -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'])