Problem: tests: Test_terminalwinscroll_topline() fails on Windows
(after v9.1.1348)
Solution: instead of disabling it in Github Actions runners, disable it
for all Windows runs
related: #17196
Signed-off-by: Christian Brabandt <cb@256bit.org>
endfunc
func Test_termwinscroll_topline()
- if has('win32')
- CheckGithubActions
- endif
+ " TODO: why does this fail on Appveyor and Github?
+ CheckNotMSWindows
set termwinscroll=1000 mouse=a
terminal
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1354,
/**/
1353,
/**/