Skip to content

Commit 0529b3e

Browse files
committed
patch 8.0.0471: exit callback test sometimes fails
Problem: Exit callback test sometimes fails. Solution: Add it to the list of flaky tests.
1 parent 751ba61 commit 0529b3e

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
@@ -167,6 +167,7 @@ let s:flaky = [
167167
\ 'Test_close_and_exit_cb()',
168168
\ 'Test_collapse_buffers()',
169169
\ 'Test_communicate()',
170+
\ 'Test_exit_callback_interval()',
170171
\ 'Test_nb_basic()',
171172
\ 'Test_oneshot()',
172173
\ 'Test_pipe_through_sort_all()',

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+
471,
767769
/**/
768770
470,
769771
/**/

0 commit comments

Comments
 (0)