patch 9.2.0540: tests: Test_mswin_event_mouse is flaky

Problem:  tests: Test_mswin_event_mouse is flaky
Solution: Mark as flaky (Ken Takata)

Test_mswin_event_mouse is flaky in console:
https://github.com/vim/vim-win32-installer/issues/446#issuecomment-4538212367

closes: #20331

Signed-off-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
K.Takata
2026-05-26 18:46:35 +00:00
committed by Christian Brabandt
parent 2df68c8e4b
commit c3e975df47
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -704,6 +704,10 @@ func Test_mswin_event_mouse()
CheckMSWindows
new
if !has('gui_running')
let g:test_is_flaky = 1
endif
set mousemodel=extend
call test_override('no_query_mouse', 1)
call WaitForResponses()
+2
View File
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
540,
/**/
539,
/**/