commit | b245559fa9b03bfb0d0f77023120e60d870f0b56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:00:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:00:13 2017 +0100 |
tree | de40503e1e191b9a1d0c909aa24bd1c1e46dbc71 | |
parent | e90858d0229444b3cd16b1cd3a8d61a24c435705 [diff] [blame] |
patch 8.0.0284: collapse buffers test failed once Problem: The Test_collapse_buffers() test failed once, looks like it is flaky. Solution: Add it to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index ef5ddae..6b0953f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 284, +/**/ 283, /**/ 282,