Skip to content

Commit d09be32

Browse files
committed
patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky
Problem: Test_with_partial_callback is a tiny bit flaky. Solution: Add it to the list of flaky tests.
1 parent b000e32 commit d09be32

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
@@ -233,6 +233,7 @@ let s:flaky = [
233233
\ 'Test_quoteplus()',
234234
\ 'Test_quotestar()',
235235
\ 'Test_reltime()',
236+
\ 'Test_with_partial_callback()',
236237
\ ]
237238

238239
" Locate Test_ functions and execute them.

src/version.c

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

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
822,
772774
/**/
773775
821,
774776
/**/

0 commit comments

Comments
 (0)