0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

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.
This commit is contained in:
Bram Moolenaar
2021-07-08 22:20:50 +02:00
parent b885a7c72c
commit 981217c11f
2 changed files with 8 additions and 0 deletions

View File

@@ -252,6 +252,12 @@ endfunc
func Test_communicate_ipv6() func Test_communicate_ipv6()
CheckIPv6 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() call Test_communicate()
endfunc endfunc

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 */
/**/
3131,
/**/ /**/
3130, 3130,
/**/ /**/