From 729764a32d6569e692e44620bd98b552a9f72c33 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 29 Jun 2022 00:32:53 +0200 Subject: [PATCH] nixos/tests/jitsi-meet: remove grep for successfull health check afaict, it doesn't log this anymore after https://github.com/jitsi/jitsi-videobridge/pull/1188 --- nixos/tests/jitsi-meet.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/tests/jitsi-meet.nix b/nixos/tests/jitsi-meet.nix index 41d53bc73800..c39cd19e1f0a 100644 --- a/nixos/tests/jitsi-meet.nix +++ b/nixos/tests/jitsi-meet.nix @@ -33,9 +33,6 @@ import ./make-test-python.nix ({ pkgs, ... }: { server.wait_for_unit("nginx.service") server.wait_for_unit("prosody.service") - server.wait_until_succeeds( - "journalctl -b -u jitsi-videobridge2 -o cat | grep -q 'Performed a successful health check'" - ) server.wait_until_succeeds( "journalctl -b -u prosody -o cat | grep -q 'Authenticated as focus@auth.server'" )