oldtests: Mark Test_lambda_with_timer as flaky

This commit is contained in:
Justin M. Keyes
2017-05-23 00:44:21 +02:00
parent 41f27ae3f3
commit 41fd278317

View File

@@ -137,6 +137,7 @@ endif
let s:flaky = [ let s:flaky = [
\ 'Test_with_partial_callback()', \ 'Test_with_partial_callback()',
\ 'Test_oneshot()' \ 'Test_oneshot()'
\ 'Test_lambda_with_timer()'
\ ] \ ]
" Locate Test_ functions and execute them. " Locate Test_ functions and execute them.