diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-03-27 15:07:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 22:07:54 +0800 |
commit | 443ea1b00d45cd59c9906da094a2e48a6f997596 (patch) | |
tree | b66f39aa49a87b6a41653c90b86dd09719498795 /test | |
parent | 1fcf84d46a6b4af16e2cbe74a17821af664d48e6 (diff) | |
download | rneovim-443ea1b00d45cd59c9906da094a2e48a6f997596.tar.gz rneovim-443ea1b00d45cd59c9906da094a2e48a6f997596.tar.bz2 rneovim-443ea1b00d45cd59c9906da094a2e48a6f997596.zip |
test(old): skip flaky test (#28060)
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_perl.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |