Skip to content

Commit 4e03933

Browse files
committed
patch 8.1.2162: popup resize test is flaky
Problem: Popup resize test is flaky. (Christian Brabandt) Solution: Add the function to the list of flaky tests.
1 parent 4bd88d5 commit 4e03933

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
@@ -340,6 +340,7 @@ let s:flaky_tests = [
340340
\ 'Test_quotestar()',
341341
\ 'Test_raw_one_time_callback()',
342342
\ 'Test_reltime()',
343+
\ 'Test_popup_and_window_resize()',
343344
\ 'Test_server_crash()',
344345
\ 'Test_state()',
345346
\ 'Test_term_mouse_double_click_to_create_tab()',

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+
2162,
756758
/**/
757759
2161,
758760
/**/

0 commit comments

Comments
 (0)