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:
@@ -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()',
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user