summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-04 16:51:39 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-04 16:51:39 +0200
commit272c96b196c5cd49c5ce7a523ab2f5a9e279314a (patch)
tree3a8f42c7150fcdb291fd7769005118e0fe03092c
parentbea8ce0cc76a971e967ec4d25ef1ef48741f9239 (diff)
parent40b0dbbd02fa16396bd27c40fd51f8840d6bfbea (diff)
Merge remote-tracking branch 'origin/5.15' into dev
-rw-r--r--tests/auto/oauth1/tst_oauth1.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/oauth1/tst_oauth1.cpp b/tests/auto/oauth1/tst_oauth1.cpp
index 10da4f9..c76ba8f 100644
--- a/tests/auto/oauth1/tst_oauth1.cpp
+++ b/tests/auto/oauth1/tst_oauth1.cpp
@@ -739,6 +739,8 @@ void tst_OAuth1::authenticatedCalls_data()
<< QUrl("http://term.ie/oauth/example/echo_api.php?key=%40value+1%2B2=3")
<< parameters
<< QNetworkAccessManager::GetOperation;
+ } else {
+ QSKIP("Skipping test due to unreacahble term.ie host");
}
}
@@ -832,6 +834,8 @@ void tst_OAuth1::prepareRequestCalls_data()
<< QUrl("http://term.ie/oauth/example/echo_api.php?key=%40value+1%2B2=3")
<< parameters
<< QByteArray("GET");
+ } else {
+ QSKIP("Skipping test due to unreacahble term.ie host");
}
}