mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Skip slow tests on (very) slow test targets.
This commit is contained in:
parent
b275818065
commit
5b054d7640
6
.github/configs
vendored
6
.github/configs
vendored
@ -145,6 +145,12 @@ case "$config" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case "${TARGET_HOST}" in
|
case "${TARGET_HOST}" in
|
||||||
|
aix*)
|
||||||
|
# These are slow real or virtual machines so skip the slowest tests
|
||||||
|
# (which tend to be thw ones that transfer lots of data) so that the
|
||||||
|
# test run does not time out.
|
||||||
|
SKIP_LTESTS="rekey sftp"
|
||||||
|
;;
|
||||||
dfly58*|dfly60*)
|
dfly58*|dfly60*)
|
||||||
# scp 3-way connection hangs on these so skip until sorted.
|
# scp 3-way connection hangs on these so skip until sorted.
|
||||||
SKIP_LTESTS=scp3
|
SKIP_LTESTS=scp3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user