diff src/testdir/runtest.vim @ 11884:3cb7318223a4 v8.0.0822

patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky commit https://github.com/vim/vim/commit/d09be321422669fc32d4d31a4ac7621c89136f7b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 21:37:58 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 21:45:04 +0200
parents eb339f9af281
children d3f8f1c33a20
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -233,6 +233,7 @@ let s:flaky = [
       \ 'Test_quoteplus()',
       \ 'Test_quotestar()',
       \ 'Test_reltime()',
+      \ 'Test_with_partial_callback()',
       \ ]
 
 " Locate Test_ functions and execute them.