Mark tst_QNetworkReply::getThenDeleteObject as unstable
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Tue, 6 Mar 2012 11:19:33 +0000 (11:19 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 8 Mar 2012 04:31:40 +0000 (05:31 +0100)
commit75ab89d4d6e68fd5451d0f2335c95d76d3987c10
tree98ef22976609560974637e6b5be5d1818832c7ed
parentfbd45a9311db8b2fcfec5ffd5c3ff4f5a684b760
Mark tst_QNetworkReply::getThenDeleteObject as unstable

It's unstable on all platforms, because the reply can be finished
due to a race with the http thread. It isn't crashing (which the
test was trying to test for), but rather the QVERIFY(!reply->isFinished())
fails, which is an inconclusive verdict.

Change-Id: Ib815a7cedd220544a0c9cb83023e3334df4a0fb3
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp