Skip to content

Commit cf3c1ca

Browse files
chrisbrabrammool
authored andcommitted
patch 9.0.1387: scrollbar test sporadically fails
Problem: Scrollbar test sporadically fails. Solution: Mark the scrollbar test as flaky. (Christian Brabandt, closes #12113)
1 parent 30585e0 commit cf3c1ca

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/testdir/test_gui.vim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,11 @@ func Test_set_guioptions()
718718
endfunc
719719

720720
func Test_scrollbars()
721-
new
721+
" this test sometimes fails on CI
722+
let g:test_is_flaky = 1
723+
722724
" buffer with 200 lines
725+
new
723726
call setline(1, repeat(['one', 'two'], 100))
724727
set guioptions+=rlb
725728

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1387,
698700
/**/
699701
1386,
700702
/**/

0 commit comments

Comments
 (0)