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:
parent
eeed665b0e
commit
d80232be54
@ -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()',
|
||||
|
@ -799,6 +799,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
600,
|
||||
/**/
|
||||
599,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user