Skip to content

Commit 3c8cd4a

Browse files
committed
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.
1 parent 03b0047 commit 3c8cd4a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ let s:flaky_tests = [
341341
\ 'Test_raw_one_time_callback()',
342342
\ 'Test_reltime()',
343343
\ 'Test_server_crash()',
344+
\ 'Test_state()',
344345
\ 'Test_term_mouse_double_click_to_create_tab()',
345346
\ 'Test_terminal_ansicolors_default()',
346347
\ 'Test_terminal_ansicolors_func()',

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
2151,
756758
/**/
757759
2150,
758760
/**/

0 commit comments

Comments
 (0)