Explicitly disable security key test on aix51 VM.

We don't know how to build the shared objects required for the security
key tests so skip them.
This commit is contained in:
Darren Tucker 2023-03-27 11:08:00 +11:00
parent 4922ac3be8
commit fbd3811ddb
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.github/configs vendored
View File

@ -221,6 +221,7 @@ esac
case "${TARGET_HOST}" in
aix*)
CONFIGFLAGS="--disable-security-key"
# 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.