]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
skip penalty-expire test in valgrind test env
authorDamien Miller <djm@mindrot.org>
Fri, 14 Jun 2024 04:46:35 +0000 (14:46 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 14 Jun 2024 04:46:55 +0000 (14:46 +1000)
.github/configs

index 370fe29a3ee44649499fc60361a9338de13d34a7..a34276a07c384a9ceae877166828649aeb1b2a07 100755 (executable)
@@ -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)