tst_qnetworkreply: Remove getFromHttp:success-external

The test fails because the server (reasonably) sends a https redirect.
Let's not rely on external servers serving http indefinitely.

Fixes: QTBUG-71953
Change-Id: I20937b2c6f268519636349bae8c99c1afe64fcf9
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Frederik Gladhorn 2019-10-02 11:09:45 +02:00
parent b5b78f43fe
commit 936444d859
2 changed files with 0 additions and 6 deletions

View File

@ -15,8 +15,6 @@ linux
# QTBUG-71953
[getFromHttp]
* !android !winrt
[getFromHttp:success-external]
*
[getFromHttpIntoBuffer]
osx
[getFromHttpIntoBuffer2]

View File

@ -1910,10 +1910,6 @@ void tst_QNetworkReply::getFromHttp_data()
<< testDataDir + "/rfc3252.txt"
<< "http://" + QtNetworkSettings::httpServerName() + "/qtest/rfc3252.txt";
QTest::newRow("success-external")
<< testDataDir + "/rfc3252.txt"
<< "http://www.ietf.org/rfc/rfc3252.txt";
QTest::newRow("bigfile-internal")
<< testDataDir + "/bigfile"
<< "http://" + QtNetworkSettings::httpServerName() + "/qtest/bigfile";