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.
0fbff646d5
This commit is contained in:
KunMing Xie 2018-03-25 23:20:59 +08:00 committed by Justin M. Keyes
parent 9ebe2ad331
commit ce5c2030bf

View File

@ -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()',