0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 8.1.2051: double-click test is a bit flaky

Problem:    Double-click test is a bit flaky.
Solution:   Correct entry in list of flaky tests.
This commit is contained in:
Bram Moolenaar
2019-09-17 21:27:49 +02:00
parent 7e0f462db5
commit 705918f9f7
2 changed files with 3 additions and 1 deletions

View File

@@ -333,7 +333,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_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()',
\ 'Test_terminal_ansicolors_global()', \ 'Test_terminal_ansicolors_global()',

View File

@@ -757,6 +757,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 */
/**/
2051,
/**/ /**/
2050, 2050,
/**/ /**/