1
0
forked from aniani/vim

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_callback()',
\ 'Test_close_handle()', \ 'Test_close_handle()',
\ 'Test_close_lambda()', \ 'Test_close_lambda()',
\ 'Test_close_output_buffer()',
\ 'Test_close_partial()', \ 'Test_close_partial()',
\ 'Test_collapse_buffers()', \ 'Test_collapse_buffers()',
\ 'Test_communicate()', \ 'Test_communicate()',

View File

@ -799,6 +799,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 */
/**/
600,
/**/ /**/
599, 599,
/**/ /**/