CI: disable the test_terminal_resize2() test for GH CI in gui mode (#13615)

Commit: 
https://github.com/vim/vim/commit/c089c3816b7109a6f12bd8e7bdd7cba071ce840d
Author: Christian Brabandt <c...@256bit.org>
Date:   Sun Dec 3 16:48:29 2023 +0000

    CI: disable the test_terminal_resize2() test for GH CI in gui mode 
(https://github.com/vim/vim/issues/13615)
    
    becaues it tends to time-out CI for unknown reasons.
    
    related: #13566
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_terminal2.vim b/src/testdir/test_terminal2.vim
index b349867e9..9798c5194 100644
--- a/src/testdir/test_terminal2.vim
+++ b/src/testdir/test_terminal2.vim
@@ -283,8 +283,12 @@ func Test_terminal_resize()
   set statusline&
 endfunc
 
+" TODO: This test starts timing out in Github CI Gui test, why????
 func Test_terminal_resize2()
   CheckNotMSWindows
+  if has('gui_running') && expand('$GITHUB_ACTIONS') ==# 'true'
+    throw 'Skipped: FIXME: this test times-out in Github Actions CI with GUI. 
Why?'
+  endif
   set statusline=x
   terminal
   call assert_equal(2, winnr('$'))

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rCKbG-00Cdn6-Ro%40256bit.org.

Raspunde prin e-mail lui