From 4a083200078f76f29a84e4788108000009a54020 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 16 May 2017 15:26:54 -0400 Subject: [PATCH] oldtests: Mark test_timer's Test_oneshot as flaky --- src/nvim/testdir/runtest.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 6832622cdf..a754e5fdfb 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -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