]> granicus.if.org Git - vim/commitdiff
patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI v8.2.3131
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 20:20:50 +0000 (22:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 20:20:50 +0000 (22:20 +0200)
Problem:    MS-Windows: ipv6 channel test is very flaky in the GUI.
Solution:   Skip the test.

src/testdir/test_channel.vim
src/version.c

index 37dfd258619c79e76351aae1b731ba069a54587a..f88cba004f2dce381dda3e83ee5bd4eb4bda10df 100644 (file)
@@ -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
 
index fb76c39c6f8f6786c33f79011b3f0ff85c0d60a2..30db741edb5e9d02217c94d1515a081a67620d29 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3131,
 /**/
     3130,
 /**/