commit | 44f0bd878ab6525eb50f2e05a13c0854164cdec2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 18:27:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 18:27:01 2019 +0100 |
tree | 8efa4d518570f7b525033e1e532de9aea7d0ec0f | |
parent | bd3bc0314e27cac061575930144ce5fadc26c22e [diff] [blame] |
patch 8.1.2329: mouse multiple click test is a bit flaky Problem: Mouse multiple click 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 2469ce9..76e3f1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2329, +/**/ 2328, /**/ 2327,