diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-05 17:55:36 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-05 17:55:49 -0400 |
commit | 4ca2cf4b478733687d09f24965c03fb42020715b (patch) | |
tree | 8394ef20a2dde59367c08a147695624bb85fc789 | |
parent | e7e2115de5c1a4bafdf8b0819f97a0bea8de379b (diff) | |
download | rneovim-4ca2cf4b478733687d09f24965c03fb42020715b.tar.gz rneovim-4ca2cf4b478733687d09f24965c03fb42020715b.tar.bz2 rneovim-4ca2cf4b478733687d09f24965c03fb42020715b.zip |
vim-patch:8.0.1507: timer test is a bit flaky
Problem: Timer test is a bit flaky.
Solution: Add it to the list of flaky tests.
https://github.com/vim/vim/commit/bfbea567d89fdaa08ed987fd80daa53a6ce399d1
-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 8014b76af7..44c01cfeff 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -243,6 +243,7 @@ let s:flaky = [ \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', + \ 'Test_repeat_three()', \ 'Test_terminal_composing_unicode()', \ 'Test_terminal_redir_file()', \ 'Test_terminal_tmap()', |