diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:30:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 14:30:52 +0100 |
commit | 0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 (patch) | |
tree | e043ec60baf8396fea01cefc727392ffd206b9ee /src/testdir/runtest.vim | |
parent | 436631969716e056feca47480976100b70283370 (diff) | |
download | vim-git-0fbff646d5beb1f48c9be3d0ce0339be90fd49f5.tar.gz |
patch 8.0.0417: test for the clipboard fails sometimesv8.0.0417
Problem: Test for the clipboard fails sometimes.
Solution: Add it to the flaky tests.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 71028a191..d750da569 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -168,6 +168,7 @@ let s:flaky = [ \ 'Test_oneshot()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', + \ 'Test_quoteplus()', \ 'Test_reltime()', \ ] |