]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Skip scp3 test on dragonfly 58 and 60.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 13 Aug 2021 03:00:14 +0000 (13:00 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 13 Aug 2021 03:00:14 +0000 (13:00 +1000)
The tests hang, so skip until we figure them out.

.github/configs

index 3a7f62874a3861c43c449b66a06d9c92e6826a49..f6de7d68b259f9e87d67d5c476f63b6a133b57ef 100755 (executable)
@@ -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"