Merge pull request #6759 from jamessan/flaky-timers

oldtests: Mark test_timer's Test_oneshot as flaky
This commit is contained in:
James McCoy 2017-05-16 20:24:11 -04:00 committed by GitHub
commit 96ede7c567

View File

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