Skip to content

Commit 7dd88c5

Browse files
committed
patch 8.0.1262: terminal redir test is flaky
Problem: Terminal redir test is flaky. Solution: Add it to the list of flaky tests.
1 parent 1232624 commit 7dd88c5

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
@@ -252,6 +252,7 @@ let s:flaky = [
252252
\ 'Test_reltime()',
253253
\ 'Test_terminal_composing_unicode()',
254254
\ 'Test_terminal_noblock()',
255+
\ 'Test_terminal_redir_file()',
255256
\ 'Test_with_partial_callback()',
256257
\ ]
257258

src/version.c

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

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1262,
764766
/**/
765767
1261,
766768
/**/

0 commit comments

Comments
 (0)