Skip scp3 test on dragonfly 58 and 60.

The tests hang, so skip until we figure them out.
This commit is contained in:
Darren Tucker 2021-08-13 13:00:14 +10:00
parent dcce2a2bcf
commit e0ba38861c
1 changed files with 4 additions and 0 deletions

4
.github/configs vendored
View File

@ -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"