From 7092e1351856d383a303efae72af8704d37391bf Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Thu, 12 Aug 2021 11:54:09 -0400 Subject: [PATCH] TESTS: Allow metainfo journal error --- test/check-application | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/check-application b/test/check-application index a1a6ebae..6e2fa075 100755 --- a/test/check-application +++ b/test/check-application @@ -397,6 +397,8 @@ class TestApplication(MachineCase): srbut = "{} button:contains('Session Recording')" \ "".format(srrow) b, _ = self._login("/apps", srrow) + self.allow_journal_messages(".*chromium-browser.appdata.xml.*", + ".*xml.etree.ElementTree.ParseError:.*") b.click(srbut) b.enter_page("/session-recording") b.wait_present("#app")