summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-21 15:26:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-21 15:26:18 +0100
commitfb9cff6e88699b57b5dbc05d79c7958a2deacd71 (patch)
treeb0dbd28d8c36eabf4eab750e68ac2e7cf886e1e5 /tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
parentda2f627ba2117b6ef1791ff8971df2fc68c29d10 (diff)
parent2ab9b747fcc5aa50e8cca758f7780158e734a222 (diff)
Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/staging/stable
Diffstat (limited to 'tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp')
-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 c94e5c7ffd..feb6978690 100644
--- a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
@@ -708,6 +708,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();