about summary refs log tree commit diff
path: root/nixos/tests/systemd-cryptenroll.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-10-10 19:17:16 +0200
committerVladimír Čunát <v@cunat.cz>2022-10-15 14:05:47 +0200
commit3371c7f0046cc876457447de477f09334907c73a (patch)
tree99559760b405a0cad6ab098dce5be85c4c2a2d57 /nixos/tests/systemd-cryptenroll.nix
parent92cbe74537a3db4bd3d478a91417871ffbcf3718 (diff)
nixosTests.systemd-cryptenroll: broken = true;
https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.systemd-cryptenroll.x86_64-linux/all
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, ... }: {