From: Bram Moolenaar Date: Sat, 15 Dec 2018 16:46:23 +0000 (+0100) Subject: patch 8.1.0600: channel test is flaky X-Git-Tag: v8.1.0600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d80232be5428f9df889f4e977e24117e162de67a;p=vim patch 8.1.0600: channel test is flaky Problem: Channel test is flaky. Solution: Add test to list of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 56bb3d359..89c1e3a5e 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -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()', diff --git a/src/version.c b/src/version.c index 0231cc8ee..a485b2851 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 600, /**/ 599, /**/