Skip to content

Commit 6fe2eb4

Browse files
committed
patch 8.0.0267: channel test sometimes fails on Mac
Problem: A channel test sometimes fails on Mac. Solution: Add the test to the list of flaky tests.
1 parent c625155 commit 6fe2eb4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ let s:flaky = [
156156
\ 'Test_reltime()',
157157
\ 'Test_nb_basic()',
158158
\ 'Test_communicate()',
159+
\ 'Test_close_and_exit_cb()',
159160
\ 'Test_pipe_through_sort_all()',
160161
\ 'Test_pipe_through_sort_some()'
161162
\ ]

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
267,
767769
/**/
768770
266,
769771
/**/

0 commit comments

Comments
 (0)