commit | 973d5304a44c974e74e43c3790f8919b7d4193b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 10:51:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 10:51:10 2019 +0200 |
tree | 498fe342a9fe97307b4ac9070e65d8022a5b6e8b | |
parent | 52953194afccbcb6c2fd013b7a9e2cfbf202b9d0 [diff] [blame] |
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/version.c b/src/version.c index 38290c6..e497399 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1854, +/**/ 1853, /**/ 1852,