From: Bram Moolenaar Date: Thu, 8 Jul 2021 20:20:50 +0000 (+0200) Subject: patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI X-Git-Tag: v8.2.3131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=981217c11f92b37f2baa51492cbe12e85d0ea493;p=vim patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI Problem: MS-Windows: ipv6 channel test is very flaky in the GUI. Solution: Skip the test. --- diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index 37dfd2586..f88cba004 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -252,6 +252,12 @@ endfunc func Test_communicate_ipv6() CheckIPv6 + + " FIXME: this test is very flaky on MS-Windows with the GUI + if has('gui_running') && has('win32') + throw 'Skipped: test is very flaky with MS-Windows in GUI' + endif + call Test_communicate() endfunc diff --git a/src/version.c b/src/version.c index fb76c39c6..30db741ed 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3131, /**/ 3130, /**/