summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-29 00:32:53 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:32:53 +0200
commit729764a32d6569e692e44620bd98b552a9f72c33 (patch)
tree7efd0bc41eeecf4b4a7cf35295b242bd54d05c34
parentaea940da63c27f503915a5ca44cbb9eddf2674f6 (diff)
downloadnixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar.gz
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar.bz2
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar.lz
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar.xz
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.tar.zst
nixpkgs-729764a32d6569e692e44620bd98b552a9f72c33.zip
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
-rw-r--r--nixos/tests/jitsi-meet.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/jitsi-meet.nix b/nixos/tests/jitsi-meet.nix
index 41d53bc7380..c39cd19e1f0 100644
--- a/nixos/tests/jitsi-meet.nix
+++ b/nixos/tests/jitsi-meet.nix
@@ -34,9 +34,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     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'"
     )
     server.wait_until_succeeds(