summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2013-09-19 15:55:14 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 12:04:03 +0200
commit13c03d3c28429632a16fd50213aa634ba21c9d97 (patch)
treeaac7987ce60b655a4d4b2f18174ba666994e89dc /tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
parentb0b912181efbe98ef673358fe58e094605ecc230 (diff)
Set tst_qfilesystemmodel as insiginificant
The test has been failing on all platforms. Usually it just times out, but it also have behavied flaky, failing with different error codes when executed twice in a row. Task-number: QTBUG-29403 Change-Id: Ic06638f0ffd23131b4c1aa4136f715195727e959 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro')
-rw-r--r--tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
index d180054ca8..1f60cd5ca4 100644
--- a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
+++ b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
@@ -8,3 +8,5 @@ QT += core-private gui testlib
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel
+
+CONFIG += insignificant_test # QTBUG-29403