diff options
author | ckelsel <ckelsel@hotmail.com> | 2018-02-04 16:08:13 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2018-02-04 16:10:22 +0800 |
commit | ab35caf9cf680d0432c8eebdf2222441545af31b (patch) | |
tree | 9fef0b46930f48575978502789f1bb1f1f78f0f3 | |
parent | 40d6a95670d26aadef3451d32103e6d74a1a006b (diff) | |
download | rneovim-ab35caf9cf680d0432c8eebdf2222441545af31b.tar.gz rneovim-ab35caf9cf680d0432c8eebdf2222441545af31b.tar.bz2 rneovim-ab35caf9cf680d0432c8eebdf2222441545af31b.zip |
vim-patch:8.0.0471: exit callback test sometimes fails
Problem: Exit callback test sometimes fails.
Solution: Add it to the list of flaky tests.
https://github.com/vim/vim/commit/0529b3eb01fcfd18c0644f8ece9ea107dd460a0f
-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 4de1345679..a0e8cfeb99 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -197,6 +197,7 @@ endif " Names of flaky tests. let s:flaky = [ + \ 'Test_exit_callback_interval()', \ 'Test_with_partial_callback()', \ 'Test_oneshot()', \ 'Test_lambda_with_timer()', |