diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-23 14:01:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-23 14:01:15 +0200 |
commit | a58c58b7e1404bb91d59d14539b41390284e7026 (patch) | |
tree | 0c2587f54949fd18186c1e37667b91320420261f /src/testdir/runtest.vim | |
parent | 870b749ce1db1cec80f0f3766064a031688e6a46 (diff) | |
download | vim-git-a58c58b7e1404bb91d59d14539b41390284e7026.tar.gz |
patch 7.4.2093v7.4.2093
Problem: Netbeans test fails once in a while. Leaving log file behind.
Solution: Add it to the list of flaky tests. Disable logfile.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index e06e0cbdf..7f7769288 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -125,7 +125,7 @@ else endif " Names of flaky tests. -let s:flaky = ['Test_reltime()'] +let s:flaky = ['Test_reltime()', 'Test_nb_basic()'] " Locate Test_ functions and execute them. set nomore |