diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-16 10:51:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-16 10:51:10 +0200 |
commit | 973d5304a44c974e74e43c3790f8919b7d4193b4 (patch) | |
tree | 498fe342a9fe97307b4ac9070e65d8022a5b6e8b /src/testdir/runtest.vim | |
parent | 52953194afccbcb6c2fd013b7a9e2cfbf202b9d0 (diff) | |
download | vim-git-973d5304a44c974e74e43c3790f8919b7d4193b4.tar.gz |
patch 8.1.1854: now another timer test is flakyv8.1.1854
Problem: Now another timer test is flaky.
Solution: Add test to list of flaky tests.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index fe02d889c..7530bb9d5 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -336,6 +336,7 @@ let s:flaky_tests = [ \ 'Test_repeat_many()', \ 'Test_repeat_three()', \ 'Test_server_crash()', + \ 'Test_stop_all_in_callback()', \ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_func()', \ 'Test_terminal_ansicolors_global()', |