commit | 65873846e088bb94028e9d591ea03e377cb206b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 17:12:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 17:12:58 2018 +0200 |
tree | 941e437dcf62345efae3e63a5b7b1aa11bd0d9b7 | |
parent | b5b49a3b430ea0aaf8cce6b7bc0e444f0211ddfb [diff] [blame] |
patch 8.0.1640: Test_cwd() is flaky Problem: Test_cwd() is flaky. Solution: Add to list of flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index bbcec3a..3a32f45 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -248,6 +248,7 @@ \ 'Test_close_and_exit_cb()', \ 'Test_collapse_buffers()', \ 'Test_communicate()', + \ 'Test_cwd()', \ 'Test_exit_callback_interval()', \ 'Test_nb_basic()', \ 'Test_oneshot()',