diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 17:11:28 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:03:28 +0100 |
commit | 840a2bb67d27658e136151b468e2f756b0a969f3 (patch) | |
tree | 6bc9575df616b0387c5f06eda10092493aaed7b5 | |
parent | bef505c1589392508ab8a623396a65ff055feae7 (diff) | |
download | rneovim-840a2bb67d27658e136151b468e2f756b0a969f3.tar.gz rneovim-840a2bb67d27658e136151b468e2f756b0a969f3.tar.bz2 rneovim-840a2bb67d27658e136151b468e2f756b0a969f3.zip |
vim-patch:8.0.1370: channel test for callback is flaky
Problem: Channel test for callback is flaky.
Solution: Add the test to thelist of flaky tests.
https://github.com/vim/vim/commit/1eca6f13d62d2201f3bf0e83400c2e3de7df3951
-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 1e04192ed6..326b1f757c 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -221,6 +221,7 @@ endif " Names of flaky tests. let s:flaky = [ \ 'Test_oneshot()', + \ 'Test_out_cb()', \ 'Test_paused()', \ 'Test_reltime()', \ 'Test_terminal_composing_unicode()', |