summary refs log tree commit diff
path: root/nixos/tests/printing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/printing.nix')
-rw-r--r--nixos/tests/printing.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index 9b96e3d7b20..9ef28dcfcd4 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -31,9 +31,7 @@ import ./make-test.nix ({pkgs, ... }: {
 
       # Make sure that cups is up on both sides.
       $server->waitForUnit("cupsd.service");
-      $server->waitForUnit("network.target");
       $client->waitForUnit("cupsd.service");
-      $client->waitForUnit("network.target");
       $client->succeed("lpstat -r") =~ /scheduler is running/ or die;
       $client->succeed("lpstat -H") =~ "/var/run/cups/cups.sock" or die;
       $client->succeed("curl --fail http://localhost:631/");