Tests: Allow invalid non-UTF8 journal messages

The following error is generated on fedora rawhide:

cockpit-ws[12427]: invalid non-UTF8 @data passed as text
to web_socket_connection_send()
This commit is contained in:
Justin Stephenson 2023-07-18 13:09:17 -04:00
parent e9f6c15d70
commit a89d6d646c

View file

@ -20,6 +20,7 @@ class TestApplication(testlib.MachineCase):
m = self.machine
b.wait_visible(wait)
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*')
self.allow_journal_messages('.*invalid non-UTF8.*web_socket_connection_send.*')
return b, m
def _sel_rec(self, recording):