commit | 73171ba4344e17484699d11c65d57fb1f4de572a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:39:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:39:39 2022 +0100 |
tree | 3578d3c336edc4cac7f4c86a2be4c1c4c4d55820 | |
parent | 300d71881957f8e60e48eda19002ce5e25fd9c06 [diff] [blame] |
patch 8.2.5140: seachpair timeout test is flaky Problem: Seachpair timeout test is flaky. Solution: Mark the test as flaky so it is retried.
diff --git a/src/version.c b/src/version.c index 370c4d0..5b5b405 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5140, +/**/ 5139, /**/ 5138,