1
0
forked from aniani/vim

patch 8.1.0966: one terminal test is flaky

Problem:    One terminal test is flaky.
Solution:   Add to list of flaky tests.
This commit is contained in:
Bram Moolenaar
2019-02-21 18:17:14 +01:00
parent e86ecbd922
commit 3876789b23
2 changed files with 3 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ let s:flaky_tests = [
\ 'Test_terminal_ansicolors_func()',
\ 'Test_terminal_ansicolors_global()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_does_not_truncate_last_newlines()',
\ 'Test_terminal_env()',
\ 'Test_terminal_hide_buffer()',
\ 'Test_terminal_make_change()',

View File

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