Skip to content
Snippets Groups Projects
Commit f65927fc authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI

Problem:    Test_termwinscroll() sometimes hangs in the GUI.
Solution:   Skip the test in the GUI.
parent b074e8b8
No related branches found
Tags v8.2.1201
No related merge requests found
......@@ -184,6 +184,8 @@ endfunc
func Test_termwinscroll()
CheckUnix
" TODO: Somehow this test sometimes hangs in the GUI
CheckNotGui
" Let the terminal output more than 'termwinscroll' lines, some at the start
" will be dropped.
......
......@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1179,
/**/
1178,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment