summary refs log tree commit diff
path: root/nixos/tests/jibri.nix
diff options
context:
space:
mode:
authorCleeyv <cleeyv@riseup.net>2022-11-03 17:00:45 -0400
committerCleeyv <cleeyv@riseup.net>2022-11-03 17:00:45 -0400
commit6873292f43bf55e77d0f1a522c0f83d1fc6b462b (patch)
tree901d08bbd751d034f8c6ea65e94cd72ad85ebd42 /nixos/tests/jibri.nix
parente71879ae975a0a9b7815af44a688fcff75edf199 (diff)
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
Diffstat (limited to 'nixos/tests/jibri.nix')
-rw-r--r--nixos/tests/jibri.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/jibri.nix b/nixos/tests/jibri.nix
index 223120cdb2291..45e30af9a9a55 100644
--- a/nixos/tests/jibri.nix
+++ b/nixos/tests/jibri.nix
@@ -35,9 +35,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     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
     )
     machine.wait_until_succeeds(