]> granicus.if.org Git - vim/commitdiff
patch 9.0.1387: scrollbar test sporadically fails v9.0.1387
authorChristian Brabandt <cb@256bit.org>
Mon, 6 Mar 2023 15:29:29 +0000 (15:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Mar 2023 15:29:29 +0000 (15:29 +0000)
Problem:    Scrollbar test sporadically fails.
Solution:   Mark the scrollbar test as flaky. (Christian Brabandt,
            closes #12113)

src/testdir/test_gui.vim
src/version.c

index 6b5e12c2f3e143e585dbe58f039824c37508c4e0..809dd3579ceb97736e8d6cd1ed397408744fbac7 100644 (file)
@@ -718,8 +718,11 @@ func Test_set_guioptions()
 endfunc
 
 func Test_scrollbars()
-  new
+  " this test sometimes fails on CI
+  let g:test_is_flaky = 1
+
   " buffer with 200 lines
+  new
   call setline(1, repeat(['one', 'two'], 100))
   set guioptions+=rlb
 
index 994ddb9a8c078d52285c4247c992550e37a51dea..e590919f8978180e146ef9e6f22541235634c464 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1387,
 /**/
     1386,
 /**/