vim-patch:8.0.0471: exit callback test sometimes fails

Problem:    Exit callback test sometimes fails.
Solution:   Add it to the list of flaky tests.

0529b3eb01
This commit is contained in:
ckelsel
2018-02-04 16:08:13 +08:00
parent 40d6a95670
commit ab35caf9cf

View File

@@ -197,6 +197,7 @@ endif
" Names of flaky tests.
let s:flaky = [
\ 'Test_exit_callback_interval()',
\ 'Test_with_partial_callback()',
\ 'Test_oneshot()',
\ 'Test_lambda_with_timer()',