vim-patch:8.1.1854: now another timer test is flaky #10791

Problem:    Now another timer test is flaky.
Solution:   Add test to list of flaky tests.
973d5304a4
This commit is contained in:
Jan Edmund Lazo 2019-08-16 16:06:58 -04:00 committed by Justin M. Keyes
parent 282ffc840d
commit e56f62e9a7

View File

@ -288,6 +288,7 @@ let s:flaky_tests = [
\ 'Test_reltime()',
\ 'Test_repeat_many()',
\ 'Test_repeat_three()',
\ 'Test_stop_all_in_callback()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_redir_file()',
\ 'Test_terminal_tmap()',