summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2020-03-03 10:33:03 +0100
committerJüri Valdmann <juri.valdmann@qt.io>2020-03-03 19:24:49 +0100
commit82ca78a45b7cd397ae40966e33505b59f0d1ec53 (patch)
tree00353310f31ba1d41d4a9874c617c8fdf6557a66 /tests
parenta6e2a47db5a109519fbc4f41a4c9c22d766fecf8 (diff)
Enable tst_QWebEngineProfile::changeUseForGlobalCertificateVerification
Change-Id: I3469b38146fae425d1282e47b405a6d2710191bf Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp b/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
index 1f8162941..80c6740b4 100644
--- a/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
+++ b/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
@@ -932,8 +932,6 @@ void tst_QWebEngineProfile::changeHttpAcceptLanguage()
void tst_QWebEngineProfile::changeUseForGlobalCertificateVerification()
{
- QSKIP("Needs 3rdparty fix");
-
TestServer server;
QVERIFY(server.start());