commit | 947000d6e481042d3869bd65b149d72511c31ab2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 21:03:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 21:03:02 2016 +0200 |
tree | c342200a955ad8799e2bd271cd64bcd3a294e3ec | |
parent | 680e015bfe19be6772d3bd754486fbd45c1a9d3b [diff] [blame] |
patch 8.0.0011 Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list of flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 074ee57..a3b5ea9 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -148,6 +148,7 @@ \ 'Test_reltime()', \ 'Test_nb_basic()', \ 'Test_communicate()', + \ 'Test_pipe_through_sort_all()' \ 'Test_pipe_through_sort_some()' \ ]