diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-23 00:44:21 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-23 00:44:21 +0200 |
commit | 41fd2783178d727976b0cd83e5e5eab3dd72feb7 (patch) | |
tree | c13edefd0fea66cba476ac1a8db6b22dafaa2d04 | |
parent | 41f27ae3f30d9adcde09431fc263892f6f254f55 (diff) | |
download | rneovim-41fd2783178d727976b0cd83e5e5eab3dd72feb7.tar.gz rneovim-41fd2783178d727976b0cd83e5e5eab3dd72feb7.tar.bz2 rneovim-41fd2783178d727976b0cd83e5e5eab3dd72feb7.zip |
oldtests: Mark Test_lambda_with_timer as flaky
-rw-r--r-- | src/nvim/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index a754e5fdfb..732b0aaf74 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -137,6 +137,7 @@ endif let s:flaky = [ \ 'Test_with_partial_callback()', \ 'Test_oneshot()' + \ 'Test_lambda_with_timer()' \ ] " Locate Test_ functions and execute them. |