summaryrefslogtreecommitdiffstats
path: root/.github/configs
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-01 13:16:47 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-04-01 13:16:47 +1100
commit5b054d76402faab38c48377efd112426469553a0 (patch)
tree82c487528f6cee4fd1974258a9bb63c4efefae12 /.github/configs
parentb275818065b31a865142c48c2acf6a7c1655c542 (diff)
Skip slow tests on (very) slow test targets.
Diffstat (limited to '.github/configs')
-rwxr-xr-x.github/configs6
1 files changed, 6 insertions, 0 deletions
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