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