Merge pull request #213182 from flokli/systemd-cryptenroll-not-broken

nixosTests.systemd-cryptenroll: mark as not broken
This commit is contained in:
Nick Cao 2023-01-29 06:49:49 +08:00 committed by GitHub
commit fc975d653b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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