Problem: tests: Test_mswin_event_mouse() is still flaky
Solution: Always mark as flaky (Ken Takata)
Test_mswin_event_mouse is also flaky on GUI:
https://github.com/vim/vim-win32-installer/issues/446#issuecomment-
4644444408
related: #20331
closes: #20446
Signed-off-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
CheckMSWindows
new
- if !has('gui_running')
- let g:test_is_flaky = 1
- endif
+ let g:test_is_flaky = 1
set mousemodel=extend
call test_override('no_query_mouse', 1)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 604,
/**/
603,
/**/