Ignore new Qt 5.9.3 error message
This commit is contained in:
parent
15c7ede916
commit
06fc52321e
@ -139,6 +139,11 @@ def is_ignored_chromium_message(line):
|
||||
# channel message
|
||||
'Invalid node channel message',
|
||||
|
||||
# Qt 5.9.3
|
||||
# [30217:30229:1124/141512.682110:ERROR:cert_verify_proc_openssl.cc(212)]
|
||||
# X509 Verification error self signed certificate : 18 : 0 : 4
|
||||
'X509 Verification error self signed certificate : 18 : 0 : 4',
|
||||
|
||||
# Not reproducible anymore?
|
||||
|
||||
'Running without the SUID sandbox! *',
|
||||
|
Loading…
Reference in New Issue
Block a user