From 69d54db30024ce00aad7cf384b4dc7f147d51fe0 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Wed, 22 Nov 2023 00:45:08 +0800 Subject: [PATCH] nixos/tests/convos: drop journalctl test --- nixos/tests/convos.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/convos.nix b/nixos/tests/convos.nix index 8fe5892da9e5..06d8d30fcb14 100644 --- a/nixos/tests/convos.nix +++ b/nixos/tests/convos.nix @@ -22,7 +22,6 @@ in testScript = '' machine.wait_for_unit("convos") machine.wait_for_open_port(${toString port}) - machine.succeed("journalctl -u convos | grep -q 'application available at.*${toString port}'") machine.succeed("curl -f http://localhost:${toString port}/") ''; })