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"