Merge pull request #83391 from primeos/nixosTests-installer-fix
nixosTests.installer: Don't wait for the nixos-manual service
This commit is contained in:
commit
97ed0f131a
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user