about summary refs log tree commit diff
path: root/nixos/tests/systemd-cryptenroll.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-01-28 16:58:15 +0100
committerFlorian Klink <flokli@flokli.de>2023-01-28 17:06:38 +0100
commit5328e1384a6e15215d061e41be41bfb6edfaa801 (patch)
tree67a0ce13aa4d4207d6594eaacbe11502aed3c9a3 /nixos/tests/systemd-cryptenroll.nix
parentd05e08940f3604036294b22f75840948e673fdac (diff)
nixosTests.systemd-cryptenroll: mark as not broken
Since 568d6fca33da46503b3b87ddec33aa5d3efa4894, this has been fixed and
actually succeeds.
Diffstat (limited to 'nixos/tests/systemd-cryptenroll.nix')
-rw-r--r--nixos/tests/systemd-cryptenroll.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/systemd-cryptenroll.nix b/nixos/tests/systemd-cryptenroll.nix
index 9ee2d280fbbea..055ae7d1681f2 100644
--- a/nixos/tests/systemd-cryptenroll.nix
+++ b/nixos/tests/systemd-cryptenroll.nix
@@ -2,7 +2,6 @@ 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, ... }: {