summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-06-17 12:59:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-17 13:49:50 +0200
commitae6f278f3a26ee10c1a8bbcd2c7c689a2128dd92 (patch)
tree1dddb2a6b4d9f7b706a0067ddaa5be08cd34e45e /tests/auto
parent0e7e8665dffb85bf9c554daffe38bca61a25ad3a (diff)
downloadqtlocation-ae6f278f3a26ee10c1a8bbcd2c7c689a2128dd92.tar.gz
test: Mark tst_declarative_ui as insignificant
Task-number: QTBUG-31797 Change-Id: I50b3089c7a2563fc3c0c67f0dad9efe79cae3281 Reviewed-by: Alex <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative_ui/declarative_ui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_ui/declarative_ui.pro b/tests/auto/declarative_ui/declarative_ui.pro
index 4f0b2a9b..a852433e 100644
--- a/tests/auto/declarative_ui/declarative_ui.pro
+++ b/tests/auto/declarative_ui/declarative_ui.pro
@@ -11,5 +11,5 @@ QT += location quick
OTHER_FILES = *.qml
TESTDATA = $$OTHER_FILES
-win32:CONFIG += insignificant_test
+linux:CONFIG+=insignificant_test # QTBUG-31797
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0