1
0
forked from aniani/vim

patch 8.2.0040: timers test is still flaky on Travis for Mac

Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Run separately instead of as part of test_alot.
This commit is contained in:
Bram Moolenaar 2019-12-25 13:59:51 +01:00
parent 569fea2c31
commit 03af01f1cb
3 changed files with 3 additions and 1 deletions

View File

@ -429,6 +429,7 @@ NEW_TESTS_RES = \
test_textformat.res \
test_textobjects.res \
test_textprop.res \
test_timers.res \
test_trycatch.res \
test_undo.res \
test_user_func.res \

View File

@ -64,7 +64,6 @@ source test_tagcase.vim
source test_tagfunc.vim
source test_tagjump.vim
source test_taglist.vim
source test_timers.vim
source test_true_false.vim
source test_unlet.vim
source test_virtualedit.vim

View File

@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
40,
/**/
39,
/**/