summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Ihrig <holger.ihrig@nokia.com>2011-09-13 17:32:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-14 05:06:23 +0200
commit5842e7e97efa80a9a8442e07f9898c32a4447102 (patch)
treed7d52af10f1022eb7024e0033629c6b775d4464d /tests
parent704c7d0f760561bfdb4c40efa924c1841c785121 (diff)
Temporarily disabled tests
Necessary to avoid CI blocking. The tests should be enabled again as soon as possible. Task-number: QTBUG-21424 Change-Id: Ibc54723855579095be0dea3bd3e071dd22a1fccf Reviewed-on: http://codereview.qt-project.org/4825 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/dbus/qdbusabstractinterface/test/test.pro1
-rw-r--r--tests/auto/qstylesheetstyle/qstylesheetstyle.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/dbus/qdbusabstractinterface/test/test.pro b/tests/auto/dbus/qdbusabstractinterface/test/test.pro
index 98bcaa70f5..5591e93722 100644
--- a/tests/auto/dbus/qdbusabstractinterface/test/test.pro
+++ b/tests/auto/dbus/qdbusabstractinterface/test/test.pro
@@ -11,3 +11,4 @@ TARGET = ../tst_qdbusabstractinterface
QT = core
QT += dbus
+CONFIG += insignificant_test #See QTBUG-21424
diff --git a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
index 9dc296a51c..73929f93a7 100644
--- a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
+++ b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
@@ -5,3 +5,4 @@ QT += gui-private
SOURCES += tst_qstylesheetstyle.cpp
RESOURCES += resources.qrc
requires(contains(QT_CONFIG,private_tests))
+CONFIG += insignificant_test #See QTBUG-21424