0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.2151: state test is a bit flaky

Problem:    State test is a bit flaky.
Solution:   Add to the list of flaky tests.
This commit is contained in:
Bram Moolenaar
2019-10-14 22:26:20 +02:00
parent 03b00476ee
commit 3c8cd4a1dc
2 changed files with 3 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ let s:flaky_tests = [
\ 'Test_raw_one_time_callback()', \ 'Test_raw_one_time_callback()',
\ 'Test_reltime()', \ 'Test_reltime()',
\ 'Test_server_crash()', \ 'Test_server_crash()',
\ 'Test_state()',
\ 'Test_term_mouse_double_click_to_create_tab()', \ 'Test_term_mouse_double_click_to_create_tab()',
\ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_default()',
\ 'Test_terminal_ansicolors_func()', \ 'Test_terminal_ansicolors_func()',

View File

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