0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-09-25 21:16:15 +02:00
parent 010ee9657a
commit 0d0c3ca007
2 changed files with 3 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ endif
" Names of flaky tests.
let s:flaky_tests = [
\ 'Test_autocmd_SafeState()',
\ 'Test_call()',
\ 'Test_channel_handler()',
\ 'Test_client_server()',

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2074,
/**/
2073,
/**/