skip penalty-expire test in valgrind test env

This commit is contained in:
Damien Miller 2024-06-14 14:46:35 +10:00
parent 2866ad08a9
commit 092e4ff9cc
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.github/configs vendored
View File

@ -208,6 +208,7 @@ case "$config" in
# and hostbased (since valgrind won't let ssh exec keysign).
# Slow ones are run separately to increase parallelism.
SKIP_LTESTS="agent-timeout connection-timeout hostbased"
SKIP_LTESTS="$SKIP_LTESTS penalty-expire"
SKIP_LTESTS="$SKIP_LTESTS ${tests2} ${tests3} ${tests4} ${tests5}"
;;
valgrind-2)