commit | fe9489233c463dd87046df3fd95332e47b66e93c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 04 21:11:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 04 21:11:32 2016 +0200 |
tree | 350a26632125ee2dbce28041636e921a58a4cec0 | |
parent | 877e95779869c5426102aa491f67d99904c8534c [diff] |
patch 7.4.2154 Problem: Test_communicate() fails sometimes. Solution: Add it to the flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index d7c0516..8f0c0c3 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -131,7 +131,7 @@ endif " Names of flaky tests. -let s:flaky = ['Test_reltime()', 'Test_nb_basic()'] +let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()'] " Locate Test_ functions and execute them. set nomore