From 443ea1b00d45cd59c9906da094a2e48a6f997596 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:07:54 +0100 Subject: test(old): skip flaky test (#28060) --- test/old/testdir/test_perl.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/old/testdir/test_perl.vim b/test/old/testdir/test_perl.vim index ce2a566f62..37b1d08b1a 100644 --- 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)) -- cgit