commit | 4e03933726e3698d962bf7dacdd27f306a4c5086 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 21:13:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 21:13:35 2019 +0200 |
tree | 5d3fc435cdba1dbbb207124074b423e8bd7fdbc1 | |
parent | 4bd88d568a81d37df69dc3cf8cdd8d9dbb4011b7 [diff] [blame] |
patch 8.1.2162: popup resize test is flaky Problem: Popup resize test is flaky. (Christian Brabandt) Solution: Add the function to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index f84340d..347e0d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2162, +/**/ 2161, /**/ 2160,