mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #6759 from jamessan/flaky-timers
oldtests: Mark test_timer's Test_oneshot as flaky
This commit is contained in:
commit
96ede7c567
@ -134,7 +134,10 @@ else
|
||||
endif
|
||||
|
||||
" 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.
|
||||
set nomore
|
||||
|
Loading…
Reference in New Issue
Block a user