aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-11 17:11:28 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-11 19:03:28 +0100
commit840a2bb67d27658e136151b468e2f756b0a969f3 (patch)
tree6bc9575df616b0387c5f06eda10092493aaed7b5
parentbef505c1589392508ab8a623396a65ff055feae7 (diff)
downloadrneovim-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.vim1
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()',