diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-07 12:39:22 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-07 12:39:22 +0200 |
| commit | 90f083b8cf385f1792ec920a6e6bebbeab64872b (patch) | |
| tree | aec4cca4170ee11f384d4cc7013587be3ecb0cd1 /tests/by-name/em/email-http | |
| parent | scripts/check.sh: Compute the list of checks instead of hard-coding it (diff) | |
| download | nixos-server-90f083b8cf385f1792ec920a6e6bebbeab64872b.zip | |
checks/email-*: Mark as broken, until we switch back to stalwart
Diffstat (limited to 'tests/by-name/em/email-http')
| -rw-r--r-- | tests/by-name/em/email-http/test.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/by-name/em/email-http/test.nix b/tests/by-name/em/email-http/test.nix index 82b4c45..42fd22b 100644 --- a/tests/by-name/em/email-http/test.nix +++ b/tests/by-name/em/email-http/test.nix @@ -14,6 +14,9 @@ inherit (user) mkUser; in nixos-lib.runTest { + # Wait until we actually use stalwart again + meta.broken = true; + hostPkgs = pkgs; # the Nixpkgs package set used outside the VMs name = "email-http"; |
