Skip to content

Commit 981217c

Browse files
committed
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.
1 parent b885a7c commit 981217c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/testdir/test_channel.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@ endfunc
252252

253253
func Test_communicate_ipv6()
254254
CheckIPv6
255+
256+
" FIXME: this test is very flaky on MS-Windows with the GUI
257+
if has('gui_running') && has('win32')
258+
throw 'Skipped: test is very flaky with MS-Windows in GUI'
259+
endif
260+
255261
call Test_communicate()
256262
endfunc
257263

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ static char *(features[]) =
755755

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3131,
758760
/**/
759761
3130,
760762
/**/

0 commit comments

Comments
 (0)