Skip to content

Commit 12a4940

Browse files
committed
patch 8.2.5147: flaky test always fails on retry
Problem: Flaky test always fails on retry. Solution: Delete the created function.
1 parent 44ddf19 commit 12a4940

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_search.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ func Test_searchpair_timeout()
353353
let elapsed = reltime(starttime)->reltimefloat()
354354
call assert_inrange(0.09, 0.300, elapsed)
355355

356+
delfunc Waitabit
356357
bwipe!
357358
endfunc
358359

src/version.c

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

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
5147,
737739
/**/
738740
5146,
739741
/**/

0 commit comments

Comments
 (0)