From 5842e7e97efa80a9a8442e07f9898c32a4447102 Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Tue, 13 Sep 2011 17:32:08 +0200 Subject: [PATCH] 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 Reviewed-by: Matthew Cattell --- tests/auto/dbus/qdbusabstractinterface/test/test.pro | 1 + tests/auto/qstylesheetstyle/qstylesheetstyle.pro | 1 + 2 files changed, 2 insertions(+) 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