From: Darren Tucker Date: Fri, 13 Aug 2021 03:00:14 +0000 (+1000) Subject: Skip scp3 test on dragonfly 58 and 60. X-Git-Tag: V_8_7_P1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ba38861c490c680117b7fe0a1d61a181cd00e7;p=thirdparty%2Fopenssh-portable.git Skip scp3 test on dragonfly 58 and 60. The tests hang, so skip until we figure them out. --- diff --git a/.github/configs b/.github/configs index 3a7f62874..f6de7d68b 100755 --- a/.github/configs +++ b/.github/configs @@ -114,6 +114,10 @@ case "$config" in esac case "${TARGET_HOST}" in + dfly58|dfly60) + # scp 3-way connection hangs on these so skip until sorted. + SKIP_LTESTS=scp3 + ;; minix3) CC="clang" LIBCRYPTOFLAGS="--without-openssl"