diff options
author | KunMing Xie <qqzz014@gmail.com> | 2018-03-25 23:20:59 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-25 17:20:59 +0200 |
commit | ce5c2030bf69801c2585b60e69ba1a60f139ce86 (patch) | |
tree | a31fae118fca0e0935b4d5d2340ab22ec03a53ef /src | |
parent | 9ebe2ad3312088d1a899e830bd414d4893c3e073 (diff) | |
download | rneovim-ce5c2030bf69801c2585b60e69ba1a60f139ce86.tar.gz rneovim-ce5c2030bf69801c2585b60e69ba1a60f139ce86.tar.bz2 rneovim-ce5c2030bf69801c2585b60e69ba1a60f139ce86.zip |
vim-patch:8.0.0417: test for the clipboard fails sometimes (#8174)
Problem: Test for the clipboard fails sometimes.
Solution: Add it to the flaky tests.
https://github.com/vim/vim/commit/0fbff646d5beb1f48c9be3d0ce0339be90fd49f5
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 6a7b44a76f..7090be7726 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -237,6 +237,7 @@ let s:flaky = [ \ 'Test_oneshot()', \ 'Test_out_cb()', \ 'Test_paused()', + \ 'Test_quoteplus()', \ 'Test_reltime()', \ 'Test_terminal_composing_unicode()', \ 'Test_terminal_redir_file()', |