patch 8.2.3009: startup test may hang

Problem:    Startup test may hang.
Solution:   Do not run the test in the GUI.
diff --git a/src/version.c b/src/version.c
index f3b3403..1c680f2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3009,
+/**/
     3008,
 /**/
     3007,