diff options
author | Damien Miller <djm@mindrot.org> | 2024-06-14 06:46:35 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-06-14 06:46:55 +0200 |
commit | 092e4ff9ccaacbe035f286feb1b56ed499604743 (patch) | |
tree | c28c8e4647010ee89423ab75065c94dd3270f4cc /.github/configs | |
parent | upstream: split the PerSourcePenalties test in two: one tests penalty (diff) | |
download | openssh-092e4ff9ccaacbe035f286feb1b56ed499604743.tar.xz openssh-092e4ff9ccaacbe035f286feb1b56ed499604743.zip |
skip penalty-expire test in valgrind test env
Diffstat (limited to '.github/configs')
-rwxr-xr-x | .github/configs | 1 |
1 files changed, 1 insertions, 0 deletions
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) |