test/legacy: Add Test_with_partial_callback to s:flaky. (#6666)

This commit is contained in:
Justin M. Keyes 2017-05-03 18:19:34 +02:00 committed by GitHub
parent 685ca180f7
commit 5fd1d09aa5

View File

@ -134,7 +134,7 @@ else
endif
" Names of flaky tests.
let s:flaky = []
let s:flaky = ['Test_with_partial_callback']
" Locate Test_ functions and execute them.
set nomore