From 06fc52321e0a860ed8b1d50b8beb038880d88770 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Nov 2017 14:17:31 +0100 Subject: [PATCH] Ignore new Qt 5.9.3 error message --- tests/end2end/fixtures/quteprocess.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index af19b8583..27720e43e 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -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! *',