Skip to content

Commit 482d2f3

Browse files
committed
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.
1 parent a243813 commit 482d2f3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/testdir/test_channel.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ endfunc
253253
func Test_communicate_ipv6()
254254
CheckIPv6
255255

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'
256+
" FIXME: this test is very flaky on MS-Windows
257+
if has('win32')
258+
throw 'Skipped: test is very flaky with MS-Windows'
259259
endif
260260

261261
call Test_communicate()

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+
3140,
758760
/**/
759761
3139,
760762
/**/

0 commit comments

Comments
 (0)