forked from aniani/vim
patch 8.1.0893: terminal test is a bit flaky
Problem: Terminal test is a bit flaky. Solution: Add test_terminal_no_cmd() to list of flaky tests.
This commit is contained in:
@@ -310,6 +310,7 @@ let s:flaky_tests = [
|
|||||||
\ 'Test_terminal_env()',
|
\ 'Test_terminal_env()',
|
||||||
\ 'Test_terminal_hide_buffer()',
|
\ 'Test_terminal_hide_buffer()',
|
||||||
\ 'Test_terminal_make_change()',
|
\ 'Test_terminal_make_change()',
|
||||||
|
\ 'Test_terminal_no_cmd()',
|
||||||
\ 'Test_terminal_noblock()',
|
\ 'Test_terminal_noblock()',
|
||||||
\ 'Test_terminal_redir_file()',
|
\ 'Test_terminal_redir_file()',
|
||||||
\ 'Test_terminal_response_to_control_sequence()',
|
\ 'Test_terminal_response_to_control_sequence()',
|
||||||
|
@@ -783,6 +783,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 */
|
||||||
|
/**/
|
||||||
|
893,
|
||||||
/**/
|
/**/
|
||||||
892,
|
892,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user