summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-18 13:07:12 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-18 05:53:30 +0200
commitbecba0e71fafeb1582123ca5ae0876b4b6097a06 (patch)
treebfcd04a01eefbcd4e7b1f2aa05260b2d28b6c5fb /tests
parentf94410f104ad90de69bb1594e316d0e035871f71 (diff)
test: marked tst_qhttpnetworkconnection as insignificant
This test crashes sometimes (but not always), making its result insignificant for the purpose of detecting regressions. Task-number: QTBUG-20981 Change-Id: I65e9c449ef342fad17be2364964774f229970aaa Reviewed-on: http://codereview.qt.nokia.com/3125 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
index 98511ac86e..1ce5d8a092 100644
--- a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
+++ b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
@@ -9,3 +9,5 @@ symbian: TARGET.CAPABILITY = NetworkServices
symbian: {
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
}
+
+CONFIG+=insignificant_test # QTBUG-20981, crashes sometimes