[openssh-commits] [openssh] 01/01: Skip slow tests on (very) slow test targets.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 1 13:17:28 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 5b054d76402faab38c48377efd112426469553a0
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Apr 1 13:16:47 2022 +1100

    Skip slow tests on (very) slow test targets.
---
 .github/configs | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/configs b/.github/configs
index 69ef9bbb..b0fb3849 100755
--- a/.github/configs
+++ b/.github/configs
@@ -145,6 +145,12 @@ case "$config" in
 esac
 
 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*)
 	# scp 3-way connection hangs on these so skip until sorted.
 	SKIP_LTESTS=scp3

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list