From 092e4ff9ccaacbe035f286feb1b56ed499604743 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 14 Jun 2024 14:46:35 +1000 Subject: [PATCH] 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 370fe29a3ee..a34276a07c3 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)