summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-09 18:15:39 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-11 18:15:32 +0200
commit080104e7493b2981eb60e8f684a226a3a5877e47 (patch)
tree6d6e8e8dec49ab0216b98c2877ff8faaeb9be07f
parentaa8f8b02148d6a6365e349a861dbd5b846cf6590 (diff)
downloadqt4-tools-080104e7493b2981eb60e8f684a226a3a5877e47.tar.gz
test: Mark tst_qgraphicsscene as insignificant only on Embedded (QWS)
This test has been passing lately for Linux, Windows and Mac OS X. Change-Id: I994fe4c69c3520fe1eabf2d92224c8dd040ba3d9 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--tests/auto/qgraphicsscene/qgraphicsscene.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro
index 56f86e47fa..745c273a84 100644
--- a/tests/auto/qgraphicsscene/qgraphicsscene.pro
+++ b/tests/auto/qgraphicsscene/qgraphicsscene.pro
@@ -19,4 +19,4 @@ wince*:{
symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # Min 1Mb, max 16Mb
-CONFIG+=insignificant_test # QTQAINFRA-428
+embedded:CONFIG+=insignificant_test # QTQAINFRA-574