commit | 373a876d0cac5f8aff352e8ca42fdac88a1a7c3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 19:44:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 19:44:32 2020 +0100 |
tree | f4adfbfb24851b10d44032a23efc8962d99a1c39 | |
parent | 5e94a29ebbde10dd973d58f1adba9a2fc83877d1 [diff] [blame] |
patch 8.2.0414: channel connect_waittime() test is flaky Problem: Channel connect_waittime() test is flaky. Solution: Set the test_is_flaky flag. Use test_is_flaky for more tests.
diff --git a/src/version.c b/src/version.c index 13c384f..19b1be4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 414, +/**/ 413, /**/ 412,