summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-08-25 12:42:44 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-25 15:00:31 +0200
commit64bd1737add51f52f8add7d8ee8d57597a702cb4 (patch)
treeebb78d4ee1b5340a8fb5e99bd1ceb4fbde91cab2 /tests
parentd4d883de469a87914748b41c69d80d9a890205e4 (diff)
Mark QNetworkReply test as unstable
QTBUG-21102 is currently blocking integration of several commits. Marking the test as unstable until the bug has been fixed. Change-Id: I9b630767fd1aa4369564f5e90c63e850808385e1 Reviewed-on: http://codereview.qt.nokia.com/3584 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qnetworkreply/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro
index d415e04451..dba1c69dbb 100644
--- a/tests/auto/qnetworkreply/test/test.pro
+++ b/tests/auto/qnetworkreply/test/test.pro
@@ -3,6 +3,8 @@ QT -= gui
SOURCES += ../tst_qnetworkreply.cpp
TARGET = ../tst_qnetworkreply
+qpa:contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102
+
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qnetworkreply