From: Damien Miller Date: Fri, 14 Jun 2024 04:46:35 +0000 (+1000) Subject: skip penalty-expire test in valgrind test env X-Git-Tag: V_9_8_P1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092e4ff9ccaacbe035f286feb1b56ed499604743;p=thirdparty%2Fopenssh-portable.git skip penalty-expire test in valgrind test env --- diff --git a/.github/configs b/.github/configs index 370fe29a3..a34276a07 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)