commit | d09be321422669fc32d4d31a4ac7621c89136f7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 21:37:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 21:37:58 2017 +0200 |
tree | 9895bbf97e210f8d5431fd8a2258423b5eaca32a | |
parent | b000e328efcf859d14454ffd241d44f6d14f300b [diff] [blame] |
patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky Problem: Test_with_partial_callback is a tiny bit flaky. Solution: Add it to the list of flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c57ec5f..b1d9d94 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -233,6 +233,7 @@ \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', + \ 'Test_with_partial_callback()', \ ] " Locate Test_ functions and execute them.