0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1507: timer test is a bit flaky

Problem:    Timer test is a bit flaky.
Solution:   Add it to the list of flaky tests.
This commit is contained in:
Bram Moolenaar
2018-02-12 21:31:35 +01:00
parent c19e1d1ba5
commit bfbea567d8
2 changed files with 3 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ let s:flaky = [
\ 'Test_quoteplus()',
\ 'Test_quotestar()',
\ 'Test_reltime()',
\ 'Test_repeat_three()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_noblock()',
\ 'Test_terminal_redir_file()',

View File

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