Skip to content

Commit bfbea56

Browse files
committed
patch 8.0.1507: timer test is a bit flaky
Problem: Timer test is a bit flaky. Solution: Add it to the list of flaky tests.
1 parent c19e1d1 commit bfbea56

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ let s:flaky = [
258258
\ 'Test_quoteplus()',
259259
\ 'Test_quotestar()',
260260
\ 'Test_reltime()',
261+
\ 'Test_repeat_three()',
261262
\ 'Test_terminal_composing_unicode()',
262263
\ 'Test_terminal_noblock()',
263264
\ 'Test_terminal_redir_file()',

src/version.c

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

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1507,
774776
/**/
775777
1506,
776778
/**/

0 commit comments

Comments
 (0)