From e0ba38861c490c680117b7fe0a1d61a181cd00e7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 13 Aug 2021 13:00:14 +1000 Subject: Skip scp3 test on dragonfly 58 and 60. The tests hang, so skip until we figure them out. --- .github/configs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/configs b/.github/configs index 3a7f6287..f6de7d68 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" -- cgit v1.2.3