commit | 62eb239c1c19ff3e08e492ecf01b1246082a03ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 17:52:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 17:52:44 2022 +0100 |
tree | 762eb59d29c3faf5954cdbd7ac38185142f28ef4 | |
parent | fc9f0fd6d18c03d6420f84ebb374a373c830fbad [diff] [blame] |
patch 8.2.5099: some terminal tests are not retried Problem: Some terminal tests are not retried. Solution: Mark terminal tests as flaky.
diff --git a/src/version.c b/src/version.c index 5fdc9fd..e9cfe7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5099, +/**/ 5098, /**/ 5097,