Skip to content

Commit

Permalink
skip penalty-expire test in valgrind test env
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Jun 14, 2024
1 parent 2866ad0 commit 092e4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/configs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 092e4ff

Please sign in to comment.