Temporarily disabled tests
authorJo Asplin <jo.asplin@nokia.com>
Tue, 13 Sep 2011 11:36:23 +0000 (13:36 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Sep 2011 03:06:25 +0000 (05:06 +0200)
Necessary to avoid CI blocking.
The tests should be enabled again as soon as possible.

Task-number: QTBUG-21424
Change-Id: Ib25da5b9a1fdb23e00a5c503db90d306deb90f06
Reviewed-on: http://codereview.qt-project.org/4768
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
tests/auto/qcompleter/qcompleter.pro
tests/auto/qmenubar/qmenubar.pro
tests/auto/qspinbox/qspinbox.pro

index cde64ec..4d58e6b 100644 (file)
@@ -6,4 +6,6 @@ DEPENDPATH += .
 INCLUDEPATH += . ..
 
 # Input
-SOURCES += tst_qcompleter.cpp 
+SOURCES += tst_qcompleter.cpp
+
+CONFIG += insignificant_test # QTBUG-21424
index 73c2545..35b7ba8 100644 (file)
@@ -1,3 +1,5 @@
 load(qttest_p4)
 QT += widgets
 SOURCES += tst_qmenubar.cpp
+
+CONFIG += insignificant_test # QTBUG-21424
index 56a58da..c34378e 100644 (file)
@@ -2,5 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qspinbox.cpp
 
-
-
+CONFIG += insignificant_test # QTBUG-21424