summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-03-26 01:21:34 +0100
committerMichael Weiss <dev.primeos@gmail.com>2020-03-26 01:21:34 +0100
commit216a7e7a98ffce137632f89b73ba6cae8b1de15d (patch)
treec004804f0f9bce0020cfa20102490b64d1830233 /nixos
parenta15e0daf9918f4f29794652655e13e31cd3b79da (diff)
downloadnixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar.gz
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar.bz2
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar.lz
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar.xz
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.tar.zst
nixpkgs-216a7e7a98ffce137632f89b73ba6cae8b1de15d.zip
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
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 983861911e0..babde4126c4 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -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")