vim-patch:8.1.2074: test for SafeState autocommand is a bit flaky

Problem:    Test for SafeState autocommand is a bit flaky.
Solution:   Add to list of flaky tests.
0d0c3ca007
This commit is contained in:
Jan Edmund Lazo 2019-09-25 20:06:01 -04:00
parent 1f4c9da9c6
commit 8732cce315
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -282,6 +282,7 @@ endif
" Names of flaky tests. " Names of flaky tests.
let s:flaky_tests = [ let s:flaky_tests = [
\ 'Test_autocmd_SafeState()',
\ 'Test_cursorhold_insert()', \ 'Test_cursorhold_insert()',
\ 'Test_exit_callback_interval()', \ 'Test_exit_callback_interval()',
\ 'Test_map_timeout_with_timer_interrupt()', \ 'Test_map_timeout_with_timer_interrupt()',