commit | bfbea567d89fdaa08ed987fd80daa53a6ce399d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 21:31:35 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 21:31:35 2018 +0100 |
tree | a5081b78a8cb53a87c825ef9057f87199a285223 | |
parent | c19e1d1ba52e4f19f7fd03b45ea236808a754b92 [diff] |
patch 8.0.1507: timer test is a bit flaky Problem: Timer test is a bit flaky. Solution: Add it to the list of flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 608fca4..bbcec3a 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -258,6 +258,7 @@ \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', + \ 'Test_repeat_three()', \ 'Test_terminal_composing_unicode()', \ 'Test_terminal_noblock()', \ 'Test_terminal_redir_file()',