nixosTests.systemd-cryptenroll: mark as not broken

Since 568d6fca33, this has been fixed and
actually succeeds.
This commit is contained in:
Florian Klink 2023-01-28 16:58:15 +01:00
parent d05e08940f
commit 5328e1384a

View File

@ -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, ... }: {