From: Bram Moolenaar Date: Wed, 25 Sep 2019 19:16:15 +0000 (+0200) Subject: patch 8.1.2074: test for SafeState autocommand is a bit flaky X-Git-Tag: v8.1.2074 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6;p=vim patch 8.1.2074: test for SafeState autocommand is a bit flaky Problem: Test for SafeState autocommand is a bit flaky. Solution: Add to list of flaky tests. --- 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()', diff --git a/src/version.c b/src/version.c index 6f8107c4f..2b1438ced 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2074, /**/ 2073, /**/