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
This commit is contained in:
Michael Weiss 2020-03-26 01:21:34 +01:00
parent a15e0daf99
commit 216a7e7a98
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -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")