commit | 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:30:52 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:30:52 2017 +0100 |
tree | e043ec60baf8396fea01cefc727392ffd206b9ee | |
parent | 436631969716e056feca47480976100b70283370 [diff] |
patch 8.0.0417: test for the clipboard fails sometimes Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 71028a1..d750da5 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -168,6 +168,7 @@ \ 'Test_oneshot()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', + \ 'Test_quoteplus()', \ 'Test_reltime()', \ ]