0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.1.1854: now another timer test is flaky

Problem:    Now another timer test is flaky.
Solution:   Add test to list of flaky tests.
This commit is contained in:
Bram Moolenaar
2019-08-16 10:51:10 +02:00
parent 52953194af
commit 973d5304a4
2 changed files with 3 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ let s:flaky_tests = [
\ 'Test_repeat_many()',
\ 'Test_repeat_three()',
\ 'Test_server_crash()',
\ 'Test_stop_all_in_callback()',
\ 'Test_terminal_ansicolors_default()',
\ 'Test_terminal_ansicolors_func()',
\ 'Test_terminal_ansicolors_global()',

View File

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