summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_channel.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-30 21:56:10 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-30 21:56:10 +0200
commit890ee4e2be1dca0c07a91f836e26baead952ae7c (patch)
tree90a453b775517094a6c8c2b3fc698248fc3103f7 /src/testdir/test_channel.vim
parent4a15504e911bc90a29d862862f0b7a46d8acd12a (diff)
patch 8.2.3253: channel test fails randomlyv8.2.3253
Problem: Channel test fails randomly. Solution: Add a sleep after sending the "echoerr" command. (Michael Soyka)
Diffstat (limited to 'src/testdir/test_channel.vim')
-rw-r--r--src/testdir/test_channel.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim
index f2c0d17fce..fc82ada974 100644
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -253,11 +253,6 @@ endfunc
func Test_communicate_ipv6()
CheckIPv6
- " 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()
endfunc