0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.0.0384: timer test failed for no apparent reason

Problem:    Timer test failed for no apparent reason.
Solution:   Mark the test as flaky.
This commit is contained in:
Bram Moolenaar
2017-02-27 21:35:53 +01:00
parent 10a8da0594
commit d512e17ea4
2 changed files with 3 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ let s:flaky = [
\ 'Test_collapse_buffers()',
\ 'Test_communicate()',
\ 'Test_nb_basic()',
\ 'Test_oneshot()',
\ 'Test_pipe_through_sort_all()',
\ 'Test_pipe_through_sort_some()',
\ 'Test_reltime()',

View File

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