From 216a7e7a98ffce137632f89b73ba6cae8b1de15d Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 26 Mar 2020 01:21:34 +0100 Subject: [PATCH] nixosTests.installer: Don't wait for the nixos-manual service The nixos-manual service was removed in #83199 but we missed the check in this test which prevents the "tested" job from succeeding [0][1]. [0]: https://hydra.nixos.org/build/115472896 [1]: https://hydra.nixos.org/build/115472896/nixlog/94/tail --- nixos/tests/installer.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 983861911e0d..babde4126c4c 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -104,7 +104,6 @@ let with subtest("Assert readiness of login prompt"): machine.succeed("echo hello") - machine.wait_for_unit("nixos-manual") with subtest("Wait for hard disks to appear in /dev"): machine.succeed("udevadm settle")