# HG changeset patch # User Bram Moolenaar # Date 1571085004 -7200 # Node ID d2fd32a43621e41c58d0f7ca79f3e9fc0f5eb062 # Parent 46b7d4f15214114a1f9a05becf51ae46713df9fb patch 8.1.2151: state test is a bit flaky Commit: https://github.com/vim/vim/commit/3c8cd4a1dcbc34d8818a2a38b1d1e4755da9edc2 Author: Bram Moolenaar Date: Mon Oct 14 22:26:20 2019 +0200 patch 8.1.2151: state test is a bit flaky Problem: State test is a bit flaky. Solution: Add to the list of flaky tests. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -341,6 +341,7 @@ let s:flaky_tests = [ \ 'Test_raw_one_time_callback()', \ 'Test_reltime()', \ 'Test_server_crash()', + \ 'Test_state()', \ 'Test_term_mouse_double_click_to_create_tab()', \ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_func()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2151, +/**/ 2150, /**/ 2149,