Skip to content

Commit 75a60f7

Browse files
committed
patch 8.0.1070: terminal test is flaky on Mac
Problem: Terminal test is flaky on Mac. Solution: Add Test_terminal_noblock() to list of flaky tests.
1 parent 37b5327 commit 75a60f7

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
@@ -233,6 +233,7 @@ let s:flaky = [
233233
\ 'Test_quoteplus()',
234234
\ 'Test_quotestar()',
235235
\ 'Test_reltime()',
236+
\ 'Test_terminal_noblock()',
236237
\ 'Test_with_partial_callback()',
237238
\ ]
238239

src/version.c

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

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
1070,
772774
/**/
773775
1069,
774776
/**/

0 commit comments

Comments
 (0)