From b82a17d8ed996a8f2ff5902fdd229f3b68712c1d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 2 Oct 2019 13:32:18 +0200 Subject: Prospective fix for more oauth tests failing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... due to term.ie not being a reachable host. Change-Id: I3d7d7d22ffa6a8176c05db73afba187047f9f479 Reviewed-by: MÃ¥rten Nordheim --- tests/auto/oauth1/tst_oauth1.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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"); } } -- cgit v1.2.3