summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-04 10:02:21 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-04 10:02:21 +0200
commit1cb0f77a0c4ac8dfa8c34c10d1674a3670e86cf9 (patch)
tree1528a1d5e5048ed1438c14ac1ec3f0556198d820
parent9226e90f4a39cfbaff5db05cb0360681acfa76b9 (diff)
parentb82a17d8ed996a8f2ff5902fdd229f3b68712c1d (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2
-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");
}
}