commit 443ea1b00d45cd59c9906da094a2e48a6f997596
parent 1fcf84d46a6b4af16e2cbe74a17821af664d48e6
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date: Wed, 27 Mar 2024 15:07:54 +0100
test(old): skip flaky test (#28060)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/old/testdir/test_perl.vim b/test/old/testdir/test_perl.vim
@@ -104,6 +104,7 @@ func Test_window_Cursor()
endfunc
func Test_window_SetHeight()
+ throw 'skipped: very flaky '
new
perl $curwin->SetHeight(2)
call assert_equal(2, winheight(0))