diff --git a/tests/installer.nix b/tests/installer.nix index 7952e295794d..ad126c128b59 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -120,7 +120,7 @@ let # Make sure that we get a login prompt etc. $machine->succeed("echo hello"); - $machine->waitForUnit('getty@tty2'); + #$machine->waitForUnit('getty@tty2'); $machine->waitForUnit("rogue"); $machine->waitForUnit("nixos-manual"); $machine->waitForUnit("dhcpcd");