From: Darren Tucker Date: Fri, 1 Apr 2022 02:16:47 +0000 (+1100) Subject: Skip slow tests on (very) slow test targets. X-Git-Tag: V_9_0_P1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b054d76402faab38c48377efd112426469553a0;p=thirdparty%2Fopenssh-portable.git Skip slow tests on (very) slow test targets. --- diff --git a/.github/configs b/.github/configs index 69ef9bbb7..b0fb3849a 100755 --- a/.github/configs +++ b/.github/configs @@ -145,6 +145,12 @@ case "$config" in esac case "${TARGET_HOST}" in + aix*) + # These are slow real or virtual machines so skip the slowest tests + # (which tend to be thw ones that transfer lots of data) so that the + # test run does not time out. + SKIP_LTESTS="rekey sftp" + ;; dfly58*|dfly60*) # scp 3-way connection hangs on these so skip until sorted. SKIP_LTESTS=scp3