0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

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.
This commit is contained in:
Bram Moolenaar 2021-07-10 22:21:40 +02:00
parent a2438132a6
commit 482d2f37a5
2 changed files with 5 additions and 3 deletions

View File

@ -253,9 +253,9 @@ endfunc
func Test_communicate_ipv6() func Test_communicate_ipv6()
CheckIPv6 CheckIPv6
" FIXME: this test is very flaky on MS-Windows with the GUI " FIXME: this test is very flaky on MS-Windows
if has('gui_running') && has('win32') if has('win32')
throw 'Skipped: test is very flaky with MS-Windows in GUI' throw 'Skipped: test is very flaky with MS-Windows'
endif endif
call Test_communicate() call Test_communicate()

View File

@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
3140,
/**/ /**/
3139, 3139,
/**/ /**/