mirror of
https://github.com/zoriya/vim.git
synced 2025-12-22 15:15:25 +00:00
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.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user