diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-03 18:19:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 18:19:34 +0200 |
commit | 5fd1d09aa5ad5b12220a1b4e86c080a7378e1a68 (patch) | |
tree | 15d7eb131a410ba099860b537c822320d10d0e86 | |
parent | 685ca180f7c96f77a79c78d3b26bd003f8cd834c (diff) | |
download | rneovim-5fd1d09aa5ad5b12220a1b4e86c080a7378e1a68.tar.gz rneovim-5fd1d09aa5ad5b12220a1b4e86c080a7378e1a68.tar.bz2 rneovim-5fd1d09aa5ad5b12220a1b4e86c080a7378e1a68.zip |
test/legacy: Add Test_with_partial_callback to s:flaky. (#6666)
-rw-r--r-- | src/nvim/testdir/runtest.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 140b67a1a5..64ad0f0103 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -134,7 +134,7 @@ else endif " Names of flaky tests. -let s:flaky = [] +let s:flaky = ['Test_with_partial_callback'] " Locate Test_ functions and execute them. set nomore |