0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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

becaues it tends to time-out CI for unknown reasons.

related: #13566

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2023-12-03 16:48:29 +00:00 committed by GitHub
parent abfa13ebe9
commit c089c3816b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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('$'))