summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-04 16:30:23 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-04 16:30:23 +0200
commit40b0dbbd02fa16396bd27c40fd51f8840d6bfbea (patch)
treeb58df194a2de5b4d79b6abcab7d40a203e429b4e
parentedcf6f979d06fe0df4dfd709ed0f1e272b6d549d (diff)
parent1cb0f77a0c4ac8dfa8c34c10d1674a3670e86cf9 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
-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");
}
}