Skip to content

Commit 1eca6f1

Browse files
committed
patch 8.0.1370: channel test for callback is flaky
Problem: Channel test for callback is flaky. Solution: Add the test to thelist of flaky tests.
1 parent 92467d3 commit 1eca6f1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ let s:flaky = [
251251
\ 'Test_exit_callback_interval()',
252252
\ 'Test_nb_basic()',
253253
\ 'Test_oneshot()',
254+
\ 'Test_out_cb()',
254255
\ 'Test_paused()',
255256
\ 'Test_pipe_through_sort_all()',
256257
\ 'Test_pipe_through_sort_some()',

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1370,
774776
/**/
775777
1369,
776778
/**/

0 commit comments

Comments
 (0)