diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 16:15:39 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:15:32 (GMT) |
commit | 080104e7493b2981eb60e8f684a226a3a5877e47 (patch) | |
tree | 6d6e8e8dec49ab0216b98c2877ff8faaeb9be07f /tests/auto | |
parent | aa8f8b02148d6a6365e349a861dbd5b846cf6590 (diff) | |
download | Qt-080104e7493b2981eb60e8f684a226a3a5877e47.zip Qt-080104e7493b2981eb60e8f684a226a3a5877e47.tar.gz Qt-080104e7493b2981eb60e8f684a226a3a5877e47.tar.bz2 |
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>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qgraphicsscene/qgraphicsscene.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro index 56f86e4..745c273 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 |