mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 22:35:39 +02:00
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
4
.github/configs
vendored
4
.github/configs
vendored
@ -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…
x
Reference in New Issue
Block a user