Skip to content

Commit d512e17

Browse files
committed
patch 8.0.0384: timer test failed for no apparent reason
Problem: Timer test failed for no apparent reason. Solution: Mark the test as flaky.
1 parent 10a8da0 commit d512e17

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ let s:flaky = [
165165
\ 'Test_collapse_buffers()',
166166
\ 'Test_communicate()',
167167
\ 'Test_nb_basic()',
168+
\ 'Test_oneshot()',
168169
\ 'Test_pipe_through_sort_all()',
169170
\ 'Test_pipe_through_sort_some()',
170171
\ 'Test_reltime()',

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
384,
767769
/**/
768770
383,
769771
/**/

0 commit comments

Comments
 (0)