summaryrefslogtreecommitdiffstats
path: root/nixos/tests/common/acme/client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/common/acme/client/default.nix')
-rw-r--r--nixos/tests/common/acme/client/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/common/acme/client/default.nix b/nixos/tests/common/acme/client/default.nix
index 9a37e4f2fd35..503e610d1ac9 100644
--- a/nixos/tests/common/acme/client/default.nix
+++ b/nixos/tests/common/acme/client/default.nix
@@ -9,11 +9,6 @@ in {
defaults = {
server = "https://${caDomain}/dir";
email = "hostmaster@example.test";
- # Avoid a random 0-8 minute sleep when testing renewals.
- # We are not using LE servers in testing so this is not
- # going to impact their load.
- # See https://github.com/go-acme/lego/issues/1656
- extraLegoRenewFlags = ["-no-random-sleep"];
};
};