[openssh-commits] [openssh] branch master updated: skip penalty-expire test in valgrind test env
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 14 14:47:00 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 092e4ff9 skip penalty-expire test in valgrind test env
092e4ff9 is described below
commit 092e4ff9ccaacbe035f286feb1b56ed499604743
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Jun 14 14:46:35 2024 +1000
skip penalty-expire test in valgrind test env
---
.github/configs | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/configs b/.github/configs
index 370fe29a..a34276a0 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list