0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0600: channel test is flaky

Problem:    Channel test is flaky.
Solution:   Add test to list of flaky tests.
This commit is contained in:
Bram Moolenaar 2018-12-15 17:46:23 +01:00
parent eeed665b0e
commit d80232be54
2 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,7 @@ let s:flaky_tests = [
\ 'Test_close_callback()',
\ 'Test_close_handle()',
\ 'Test_close_lambda()',
\ 'Test_close_output_buffer()',
\ 'Test_close_partial()',
\ 'Test_collapse_buffers()',
\ 'Test_communicate()',

View File

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