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:
parent
e9f6c15d70
commit
a89d6d646c
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class TestApplication(testlib.MachineCase):
|
||||||
m = self.machine
|
m = self.machine
|
||||||
b.wait_visible(wait)
|
b.wait_visible(wait)
|
||||||
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*')
|
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*')
|
||||||
|
self.allow_journal_messages('.*invalid non-UTF8.*web_socket_connection_send.*')
|
||||||
return b, m
|
return b, m
|
||||||
|
|
||||||
def _sel_rec(self, recording):
|
def _sel_rec(self, recording):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue