diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-25 21:16:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-25 21:16:15 +0200 |
commit | 0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6 (patch) | |
tree | 95355790ef2c4e85c94eaf7a3cb94f73e241d386 /src/testdir/runtest.vim | |
parent | 010ee9657acf1a9f799079d718998c94e50ccadc (diff) | |
download | vim-git-0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6.tar.gz |
patch 8.1.2074: test for SafeState autocommand is a bit flakyv8.1.2074
Problem: Test for SafeState autocommand is a bit flaky.
Solution: Add to list of flaky tests.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index d9177e0cc..0d53a754a 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -307,6 +307,7 @@ endif " Names of flaky tests. let s:flaky_tests = [ + \ 'Test_autocmd_SafeState()', \ 'Test_call()', \ 'Test_channel_handler()', \ 'Test_client_server()', |