diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-10-30 17:15:17 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-02 03:36:02 (GMT) |
commit | f428afb3def202582bf145c8783a6ac97a89fe78 (patch) | |
tree | 601d105b5046b1d59ef117c4e30119772e75a1ab /tests | |
parent | a3b4ff66fdefee041aef7918e09c60d4d7c3ab1f (diff) | |
download | Qt-f428afb3def202582bf145c8783a6ac97a89fe78.zip Qt-f428afb3def202582bf145c8783a6ac97a89fe78.tar.gz Qt-f428afb3def202582bf145c8783a6ac97a89fe78.tar.bz2 |
tst_qdeclarativepixmapcache: Remove CONFIG+=parallel_test and mark test as insignificant
Task-number: QTQAINFRA-574
Change-Id: Ib6df20784c12104a2f2a46ec4a7842e3af17271b
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Rohan McGovern <rohan@mcgovern.id.au>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro index e86670e..23c6295 100644 --- a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro +++ b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro @@ -21,5 +21,4 @@ wince*|symbian: { # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage # LIBS += -lgcov -CONFIG += parallel_test - +win32:CONFIG+=insignificant_test # QTQAINFRA-574 |