aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-08-16 16:06:58 -0400
committerJustin M. Keyes <justinkz@gmail.com>2019-08-16 22:06:58 +0200
commite56f62e9a7ba9ca2be7f86451390b25897b02a91 (patch)
treeecb4e153e0cf1342d301c21621616bad8263e388
parent282ffc840dcb5f18f9955c87a77ebd925e116ef1 (diff)
downloadrneovim-e56f62e9a7ba9ca2be7f86451390b25897b02a91.tar.gz
rneovim-e56f62e9a7ba9ca2be7f86451390b25897b02a91.tar.bz2
rneovim-e56f62e9a7ba9ca2be7f86451390b25897b02a91.zip
vim-patch:8.1.1854: now another timer test is flaky #10791
Problem: Now another timer test is flaky. Solution: Add test to list of flaky tests. https://github.com/vim/vim/commit/973d5304a44c974e74e43c3790f8919b7d4193b4
-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 4ddb15c9de..ce7d3b7ee4 100644
--- a/src/nvim/testdir/runtest.vim
+++ b/src/nvim/testdir/runtest.vim
@@ -288,6 +288,7 @@ let s:flaky_tests = [
\ 'Test_reltime()',
\ 'Test_repeat_many()',
\ 'Test_repeat_three()',
+ \ 'Test_stop_all_in_callback()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_redir_file()',
\ 'Test_terminal_tmap()',