From: Darren Tucker Date: Sun, 15 Aug 2021 02:45:10 +0000 (+1000) Subject: Skip scp3 tests on all dfly58 and 60 configs. X-Git-Tag: V_8_7_P1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7909a566f6c6a78fcd30708dc49f4e4f9bb80ce3;p=thirdparty%2Fopenssh-portable.git Skip scp3 tests on all dfly58 and 60 configs. --- diff --git a/.github/configs b/.github/configs index f6de7d68b..813dd0f79 100755 --- a/.github/configs +++ b/.github/configs @@ -114,7 +114,7 @@ case "$config" in esac case "${TARGET_HOST}" in - dfly58|dfly60) + dfly58*|dfly60*) # scp 3-way connection hangs on these so skip until sorted. SKIP_LTESTS=scp3 ;;