From 5328e1384a6e15215d061e41be41bfb6edfaa801 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 28 Jan 2023 16:58:15 +0100 Subject: [PATCH] nixosTests.systemd-cryptenroll: mark as not broken Since 568d6fca33da46503b3b87ddec33aa5d3efa4894, this has been fixed and actually succeeds. --- nixos/tests/systemd-cryptenroll.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/systemd-cryptenroll.nix b/nixos/tests/systemd-cryptenroll.nix index 9ee2d280fbbe..055ae7d1681f 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, ... }: {