Skip scp3 test on dragonfly 58 and 60.
The tests hang, so skip until we figure them out.
This commit is contained in:
parent
dcce2a2bcf
commit
e0ba38861c
|
@ -114,6 +114,10 @@ case "$config" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "${TARGET_HOST}" in
|
case "${TARGET_HOST}" in
|
||||||
|
dfly58|dfly60)
|
||||||
|
# scp 3-way connection hangs on these so skip until sorted.
|
||||||
|
SKIP_LTESTS=scp3
|
||||||
|
;;
|
||||||
minix3)
|
minix3)
|
||||||
CC="clang"
|
CC="clang"
|
||||||
LIBCRYPTOFLAGS="--without-openssl"
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
|
|
Loading…
Reference in New Issue