diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-16 22:30:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-16 22:30:37 +0100 |
commit | 0529b3eb01fcfd18c0644f8ece9ea107dd460a0f (patch) | |
tree | 06ce3afb522d2f873603c5dd9117c8f6c8f5da81 /src/testdir/runtest.vim | |
parent | 751ba616d1c47de2c273b269df06c36a7ed141a2 (diff) | |
download | vim-git-0529b3eb01fcfd18c0644f8ece9ea107dd460a0f.tar.gz |
patch 8.0.0471: exit callback test sometimes failsv8.0.0471
Problem: Exit callback test sometimes fails.
Solution: Add it to the 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 732cc0e9a..b0964a423 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -167,6 +167,7 @@ let s:flaky = [ \ 'Test_close_and_exit_cb()', \ 'Test_collapse_buffers()', \ 'Test_communicate()', + \ 'Test_exit_callback_interval()', \ 'Test_nb_basic()', \ 'Test_oneshot()', \ 'Test_pipe_through_sort_all()', |