Skip to content

Commit

Permalink
patch 8.0.1262: terminal redir test is flaky
Browse files Browse the repository at this point in the history
Problem:    Terminal redir test is flaky.
Solution:   Add it to the list of flaky tests.
  • Loading branch information
brammool committed Nov 4, 2017
1 parent 1232624 commit 7dd88c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/runtest.vim
Expand Up @@ -252,6 +252,7 @@ let s:flaky = [
\ 'Test_reltime()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_noblock()',
\ 'Test_terminal_redir_file()',
\ 'Test_with_partial_callback()',
\ ]

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1262,
/**/
1261,
/**/
Expand Down

0 comments on commit 7dd88c5

Please sign in to comment.