about summary refs log tree commit diff
path: root/nixos/tests/systemd-cryptenroll.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-cryptenroll.nix')
-rw-r--r--nixos/tests/systemd-cryptenroll.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/systemd-cryptenroll.nix b/nixos/tests/systemd-cryptenroll.nix
index 055ae7d1681f2..9ee2d280fbbea 100644
--- a/nixos/tests/systemd-cryptenroll.nix
+++ b/nixos/tests/systemd-cryptenroll.nix
@@ -2,6 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
   name = "systemd-cryptenroll";
   meta = with pkgs.lib.maintainers; {
     maintainers = [ ymatsiuk ];
+    broken = true; # times out after two hours, details -> https://github.com/NixOS/nixpkgs/issues/167994
   };
 
   nodes.machine = { pkgs, lib, ... }: {