1
0
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:
Bram Moolenaar
2019-02-10 23:04:12 +01:00
parent eeb1b9c7ed
commit 3615abb693
2 changed files with 3 additions and 0 deletions

View File

@@ -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()',

View File

@@ -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,
/**/ /**/