From fc357913316b0f577b950e008841b2fa5742fd4a Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Wed, 1 Dec 2021 12:49:23 +0100 Subject: tst_QSslSocket: QSKIP the test that is known to fail with SecureTransport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SecureTransport does not like our server's cert using MD5 and thus fails verification unconditionally. Change-Id: I2f3fe3a1c3d5dc2c07339b684cc6ac6c1167b474 Reviewed-by: MÃ¥rten Nordheim --- tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp') diff --git a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp index a40ec30622..0dc211dc7d 100644 --- a/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp +++ b/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp @@ -1623,6 +1623,9 @@ void tst_QSslSocket::setSocketDescriptor() void tst_QSslSocket::setSslConfiguration_data() { +#if QT_CONFIG(securetransport) + QSKIP("Skipping the cases with certificate, SecureTransport does not like old certificate on the test server"); +#endif // securetransport QTest::addColumn("configuration"); QTest::addColumn("works"); -- cgit v1.2.3