We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ffb54 commit a20b7e9Copy full SHA for a20b7e9
.github/configs
@@ -176,10 +176,12 @@ case "$config" in
176
tests5="rekey"
177
case "$config" in
178
valgrind-1)
179
- # All tests except agent-timeout (which is flaky under valgrind)
+ # All tests except agent-timeout (which is flaky under valgrind),
180
+ # connection-timeout (which doesn't work since it's so slow)
181
# and hostbased (since valgrind won't let ssh exec keysign).
182
# Slow ones are run separately to increase parallelism.
- SKIP_LTESTS="agent-timeout hostbased ${tests2} ${tests3} ${tests4} ${tests5}"
183
+ SKIP_LTESTS="agent-timeout connection-timeout hostbased"
184
+ SKIP_LTESTS="$SKIP_LTESTS ${tests2} ${tests3} ${tests4} ${tests5}"
185
;;
186
valgrind-2)
187
LTESTS="${tests2}"
0 commit comments