tst_qnetworkreply: skip ssl session sharing tests with schannel

It's not implemented

Change-Id: I56abb0a5fe0e6d5c2f5f678adadafed395456902
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Mårten Nordheim 2019-07-17 09:33:55 +02:00
parent a7de860cfd
commit e0ea987994

View File

@ -6474,8 +6474,8 @@ void tst_QNetworkReply::sslSessionSharing_data()
void tst_QNetworkReply::sslSessionSharing()
{
#ifdef QT_SECURETRANSPORT
QSKIP("Not implemented with SecureTransport");
#if QT_CONFIG(schannel) || defined(QT_SECURETRANSPORT)
QSKIP("Not implemented with SecureTransport/Schannel");
#endif
QString urlString("https://" + QtNetworkSettings::httpServerName());
@ -6542,8 +6542,8 @@ void tst_QNetworkReply::sslSessionSharingFromPersistentSession_data()
void tst_QNetworkReply::sslSessionSharingFromPersistentSession()
{
#ifdef QT_SECURETRANSPORT
QSKIP("Not implemented with SecureTransport");
#if QT_CONFIG(schannel) || defined(QT_SECURETRANSPORT)
QSKIP("Not implemented with SecureTransport/Schannel");
#endif
QString urlString("https://" + QtNetworkSettings::httpServerName());