summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/configs5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/configs b/.github/configs
index 48070ee75..a853c6329 100755
--- a/.github/configs
+++ b/.github/configs
@@ -166,8 +166,9 @@ case "$config" in
case "$config" in
valgrind-1)
# All tests except agent-timeout (which is flaky under valgrind)
- #) and slow ones that run separately to increase parallelism.
- SKIP_LTESTS="agent-timeout ${tests2} ${tests3} ${tests4}"
+ # and hostbased (since valgrind won't let ssh exec keysign).
+ # Slow ones are run separately to increase parallelism.
+ SKIP_LTESTS="agent-timeout hostbased ${tests2} ${tests3} ${tests4}"
;;
valgrind-2)
LTESTS="${tests2}"