Merge pull request #83391 from primeos/nixosTests-installer-fix

nixosTests.installer: Don't wait for the nixos-manual service
This commit is contained in:
worldofpeace 2020-03-25 21:23:08 -04:00 committed by GitHub
commit 97ed0f131a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,6 @@ let
with subtest("Assert readiness of login prompt"): with subtest("Assert readiness of login prompt"):
machine.succeed("echo hello") machine.succeed("echo hello")
machine.wait_for_unit("nixos-manual")
with subtest("Wait for hard disks to appear in /dev"): with subtest("Wait for hard disks to appear in /dev"):
machine.succeed("udevadm settle") machine.succeed("udevadm settle")