diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-12-29 09:25:51 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-12-29 09:25:51 (GMT) |
commit | f80d04ea96a52090e939a53779aa04d4bd174f24 (patch) | |
tree | ca54caec0d7891bafdfe4813036db5f3dcca7f61 /tests/auto/qgraphicsscene | |
parent | 8c94ee1f77f665d80a0590e7dd003e8089ff353f (diff) | |
parent | 12cb4aac35904a493cb0d34f6d7767955aad84fe (diff) | |
download | Qt-f80d04ea96a52090e939a53779aa04d4bd174f24.zip Qt-f80d04ea96a52090e939a53779aa04d4bd174f24.tar.gz Qt-f80d04ea96a52090e939a53779aa04d4bd174f24.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qa-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-qa-staging:
tests: allow unstable tests to be marked with CONFIG+=insignificant_test
Diffstat (limited to 'tests/auto/qgraphicsscene')
-rw-r--r-- | tests/auto/qgraphicsscene/qgraphicsscene.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro index 82fa423..56f86e4 100644 --- a/tests/auto/qgraphicsscene/qgraphicsscene.pro +++ b/tests/auto/qgraphicsscene/qgraphicsscene.pro @@ -18,3 +18,5 @@ wince*:{ } symbian:TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # Min 1Mb, max 16Mb + +CONFIG+=insignificant_test # QTQAINFRA-428 |