Skip to content

Commit

Permalink
patch 8.2.5147: flaky test always fails on retry
Browse files Browse the repository at this point in the history
Problem:    Flaky test always fails on retry.
Solution:   Delete the created function.
  • Loading branch information
brammool committed Jun 21, 2022
1 parent 44ddf19 commit 12a4940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_search.vim
Expand Up @@ -353,6 +353,7 @@ func Test_searchpair_timeout()
let elapsed = reltime(starttime)->reltimefloat()
call assert_inrange(0.09, 0.300, elapsed)

delfunc Waitabit
bwipe!
endfunc

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5147,
/**/
5146,
/**/
Expand Down

0 comments on commit 12a4940

Please sign in to comment.