Move more tests out of valgrind-1 runner.
This commit is contained in:
parent
20da6ed136
commit
3fe6800b60
|
@ -98,9 +98,9 @@ case "$config" in
|
||||||
# Valgrind slows things down enough that the agent timeout test
|
# Valgrind slows things down enough that the agent timeout test
|
||||||
# won't reliably pass, and the unit tests run longer than allowed
|
# won't reliably pass, and the unit tests run longer than allowed
|
||||||
# by github so split into three separate tests.
|
# by github so split into three separate tests.
|
||||||
tests2="rekey integrity"
|
tests2="rekey integrity try-ciphers sftp"
|
||||||
tests3="krl forward-control sshsig"
|
tests3="krl forward-control sshsig agent-restrict kextype"
|
||||||
tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment"
|
tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent"
|
||||||
case "$config" in
|
case "$config" in
|
||||||
valgrind-1)
|
valgrind-1)
|
||||||
# All tests except agent-timeout (which is flaky under valgrind)
|
# All tests except agent-timeout (which is flaky under valgrind)
|
||||||
|
|
Loading…
Reference in New Issue