Mercurial > vim
changeset 33867:c80400d7f7fe
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 <cb@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 <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 10 Dec 2023 15:16:06 +0100 |
parents | 06a2e6f91c2a |
children | 25e5297fbc72 |
files | src/testdir/test_terminal2.vim |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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('$'))