tests: Don't disable cert verification for QtWebKit

This was added in d385206ea0 'to not hang on unexpected SSL errors', but there is no reason those should happen in tests.
This commit is contained in:
Florian Bruhin 2021-03-19 10:12:22 +01:00
parent de803571a9
commit 16513e9004
1 changed files with 0 additions and 3 deletions

View File

@ -647,9 +647,6 @@ class QuteProc(testprocess.Process):
('auto_save.interval', '0'),
('new_instance_open_target_window', 'last-opened')
]
# FIXME needed?
if not self.request.config.webengine:
settings.append(('content.tls.certificate_errors', 'load-insecurely'))
for opt, value in settings:
self.set_setting(opt, value)