]> granicus.if.org Git - vim/commitdiff
patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI v8.2.3140
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Jul 2021 20:21:40 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Jul 2021 20:21:40 +0000 (22:21 +0200)
Problem:    MS-Windows: ipv6 channel test is very flaky also without the GUI.
Solution:   Skip the test also without the GUI.

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

index f88cba004f2dce381dda3e83ee5bd4eb4bda10df..f2c0d17fce66ad37845294b073790db6c99cf36a 100644 (file)
@@ -253,9 +253,9 @@ 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'
+  " FIXME: this test is very flaky on MS-Windows
+  if has('win32')
+    throw 'Skipped: test is very flaky with MS-Windows'
   endif
 
   call Test_communicate()
index a17fa0f2201a54e77cd99d8d5d7035df51728067..0ad55115b224dcaa5b369d508211fd32996710b8 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3140,
 /**/
     3139,
 /**/