vim-patch:8.0.1262: terminal redir test is flaky

Problem:    Terminal redir test is flaky.
Solution:   Add it to the list of flaky tests.

7dd88c5133
This commit is contained in:
Justin M. Keyes 2018-02-11 16:54:55 +01:00
parent e4952ee006
commit 8dd63dbe31

View File

@ -222,6 +222,7 @@ endif
let s:flaky = [ let s:flaky = [
\ 'Test_oneshot()', \ 'Test_oneshot()',
\ 'Test_terminal_composing_unicode()', \ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_redir_file()',
\ 'Test_with_partial_callback()', \ 'Test_with_partial_callback()',
\ 'Test_lambda_with_timer()', \ 'Test_lambda_with_timer()',
\ ] \ ]