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:
parent
a7de860cfd
commit
e0ea987994
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user