vim-patch:8.0.1370: channel test for callback is flaky

Problem:    Channel test for callback is flaky.
Solution:   Add the test to thelist of flaky tests.

1eca6f13d6
This commit is contained in:
Justin M. Keyes
2018-02-11 17:11:28 +01:00
parent bef505c158
commit 840a2bb67d

View File

@@ -221,6 +221,7 @@ endif
" Names of flaky tests.
let s:flaky = [
\ 'Test_oneshot()',
\ 'Test_out_cb()',
\ 'Test_paused()',
\ 'Test_reltime()',
\ 'Test_terminal_composing_unicode()',