From 01cd4663d67b061e9ad580e0e2c689d093b8ae10 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 14 Aug 2019 11:43:46 -0400 Subject: tests/printing: don’t wait for unit services MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are now socket activated, we don’t need it to start up front. --- nixos/tests/printing.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/tests') diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix index e8702c1ffbf1..72ee641948f1 100644 --- a/nixos/tests/printing.nix +++ b/nixos/tests/printing.nix @@ -34,10 +34,6 @@ import ./make-test.nix ({pkgs, ... }: { '' startAll; - # Make sure that cups is up on both sides. - $server->waitForUnit("cups.service"); - $client->waitForUnit("cups.service"); - $client->sleep(10); # wait until cups is fully initialized $client->succeed("lpstat -r") =~ /scheduler is running/ or die; # check local encrypted connections work without error $client->succeed("lpstat -E -r") =~ /scheduler is running/ or die; -- cgit 1.4.1