commit | 29b4c513b11deb37f0e0538df53d195f602fa42c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 30 15:34:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 30 15:34:50 2023 +0100 |
tree | 0a17b02dde87bfa451a907ea8a93efad6b0d8339 | |
parent | c9fbd2560f24180d2efa40028ed68427341d2d99 [diff] [blame] |
patch 9.0.1592: not all timer tests are marked as flaky Problem: Not all timer tests are marked as flaky. Solution: Set the flaky flag for all timer tests. (closes #12355)
diff --git a/src/version.c b/src/version.c index ad1b686..45e5b58 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1592, +/**/ 1591, /**/ 1590,