Mercurial > vim
changeset 25190:1a88fa97d347 v8.2.3131
patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI
Commit: https://github.com/vim/vim/commit/981217c11f92b37f2baa51492cbe12e85d0ea493
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 8 22:20:50 2021 +0200
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 08 Jul 2021 22:30:04 +0200 |
parents | a69db15edff6 |
children | 00e276200553 |
files | src/testdir/test_channel.vim src/version.c |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -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