mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 04:35:04 -07:00
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:
parent
1f4c9da9c6
commit
8732cce315
@ -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()',
|
||||||
|
Loading…
Reference in New Issue
Block a user