# HG changeset patch # User Bram Moolenaar # Date 1565946007 -7200 # Node ID b3d48e3043441383b6ef2c86aa943c01db718457 # Parent c427948fdca9f68d831b47895d9b7ada9bc65596 patch 8.1.1854: now another timer test is flaky commit https://github.com/vim/vim/commit/973d5304a44c974e74e43c3790f8919b7d4193b4 Author: Bram Moolenaar Date: Fri Aug 16 10:51:10 2019 +0200 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. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -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()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1854, +/**/ 1853, /**/ 1852,