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:
parent
abfa13ebe9
commit
c089c3816b
@ -283,8 +283,12 @@ func Test_terminal_resize()
|
|||||||
set statusline&
|
set statusline&
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
" TODO: This test starts timing out in Github CI Gui test, why????
|
||||||
func Test_terminal_resize2()
|
func Test_terminal_resize2()
|
||||||
CheckNotMSWindows
|
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
|
set statusline=x
|
||||||
terminal
|
terminal
|
||||||
call assert_equal(2, winnr('$'))
|
call assert_equal(2, winnr('$'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user