nixosTests.systemd-cryptenroll: mark as not broken
Since 568d6fca33
, this has been fixed and
actually succeeds.
This commit is contained in:
parent
d05e08940f
commit
5328e1384a
@ -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, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user