commit | 482d2f37a5ce43157ab1e22c26f389770d0c20cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 22:21:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 22:21:40 2021 +0200 |
tree | 5ce426f145459fb08ecce24d111b856ca277bd3e | |
parent | a2438132a675be4dde3acbdf03ba1fdb2f09427c [diff] [blame] |
patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI Problem: MS-Windows: ipv6 channel test is very flaky also without the GUI. Solution: Skip the test also without the GUI.
diff --git a/src/version.c b/src/version.c index a17fa0f..0ad5511 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3140, +/**/ 3139, /**/ 3138,