diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index 1e444fa26..8a1c07e3c 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -43,5 +43,6 @@ certbot_test_no_force_renew () { --register-unsafely-without-email \ --debug \ -vv \ + --no-random-sleep-on-renew \ "$@" }