diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 16:54:55 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:03:28 +0100 |
commit | 8dd63dbe3149591666b3ecd04df835c09bf6fce1 (patch) | |
tree | bee354c8ad3ca5ab8e601ac38fd01707155ea06b | |
parent | e4952ee006e406e0da4ffe157e4b356a0d6c8219 (diff) | |
download | rneovim-8dd63dbe3149591666b3ecd04df835c09bf6fce1.tar.gz rneovim-8dd63dbe3149591666b3ecd04df835c09bf6fce1.tar.bz2 rneovim-8dd63dbe3149591666b3ecd04df835c09bf6fce1.zip |
vim-patch:8.0.1262: terminal redir test is flaky
Problem: Terminal redir test is flaky.
Solution: Add it to the list of flaky tests.
https://github.com/vim/vim/commit/7dd88c5133feda7e9ccfedcb38b6dfdba459d507
-rw-r--r-- | src/nvim/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index c8a6065311..8f8df63784 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -222,6 +222,7 @@ endif let s:flaky = [ \ 'Test_oneshot()', \ 'Test_terminal_composing_unicode()', + \ 'Test_terminal_redir_file()', \ 'Test_with_partial_callback()', \ 'Test_lambda_with_timer()', \ ] |