Skip to content

Commit fe94892

Browse files
committed
patch 7.4.2154
Problem: Test_communicate() fails sometimes. Solution: Add it to the flaky tests.
1 parent 877e957 commit fe94892

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ else
131131
endif
132132

133133
" Names of flaky tests.
134-
let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
134+
let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()']
135135

136136
" Locate Test_ functions and execute them.
137137
set nomore

src/version.c

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

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2154,
766768
/**/
767769
2153,
768770
/**/

0 commit comments

Comments
 (0)