summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2013-03-20 11:43:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-20 16:11:40 +0100
commit678320788ee781e36d2586a0d7586106034bcfdf (patch)
treeacf75ca55061f4448c81f63d3f1223bc5ad07fdf
parent613cef516c5e3b87a88ceb2c364787409a25dfb7 (diff)
Skip unstable tst_QSslSocket test case.
The connection to qt-project.org seems to be the one that causes this particular test case to fail. Task-number: QTBUG-29941 Change-Id: Ie5e430646997e86e3acb04132cd90a1773a091da Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
-rw-r--r--tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
index a2bb1ec705..e950ae1d28 100644
--- a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
@@ -706,6 +706,8 @@ void tst_QSslSocket::peerCertificateChain()
if (!QSslSocket::supportsSsl())
return;
+ QSKIP("QTBUG-29941 - Unstable auto-test due to intermittently unreachable host");
+
QSslSocketPtr socket = newSocket();
this->socket = socket.data();