summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-08-13 13:00:14 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-08-13 13:00:14 +1000
commite0ba38861c490c680117b7fe0a1d61a181cd00e7 (patch)
treeeb39e554c3b9b7c5542c382272b5595775ae3a46
parentdcce2a2bcf007bf817a2fb0dce3db83fa9201e92 (diff)
Skip scp3 test on dragonfly 58 and 60.
The tests hang, so skip until we figure them out.
-rwxr-xr-x.github/configs4
1 files changed, 4 insertions, 0 deletions
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"