From 6873292f43bf55e77d0f1a522c0f83d1fc6b462b Mon Sep 17 00:00:00 2001 From: Cleeyv Date: Thu, 3 Nov 2022 17:00:45 -0400 Subject: [PATCH] nixos/tests/jibri: remove grep for obsolete videobridge health check As already fixed earlier this year in the jitsi-meet test by @ajs124 https://github.com/NixOS/nixpkgs/commit/729764a32d6569e692e44620bd98b552a9f72c33 --- nixos/tests/jibri.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/tests/jibri.nix b/nixos/tests/jibri.nix index 223120cdb229..45e30af9a9a5 100644 --- a/nixos/tests/jibri.nix +++ b/nixos/tests/jibri.nix @@ -34,9 +34,6 @@ import ./make-test-python.nix ({ pkgs, ... }: { machine.wait_for_unit("prosody.service") machine.wait_for_unit("jibri.service") - machine.wait_until_succeeds( - "journalctl -b -u jitsi-videobridge2 -o cat | grep -q 'Performed a successful health check'", timeout=30 - ) machine.wait_until_succeeds( "journalctl -b -u prosody -o cat | grep -q 'Authenticated as focus@auth.machine'", timeout=31 )