commit | bfbea567d89fdaa08ed987fd80daa53a6ce399d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 21:31:35 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 21:31:35 2018 +0100 |
tree | a5081b78a8cb53a87c825ef9057f87199a285223 | |
parent | c19e1d1ba52e4f19f7fd03b45ea236808a754b92 [diff] [blame] |
patch 8.0.1507: timer test is a bit flaky Problem: Timer test is a bit flaky. Solution: Add it to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index afe8b24..212e70a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1507, +/**/ 1506, /**/ 1505,