summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-05 15:21:01 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-05 13:19:58 +0200
commit687c33ea79dbd22cb187827a675af504347f7132 (patch)
treeed98e7af3df6f98d3c71752a817e4dbf89348301 /tests
parentb4cc8fcbdd5491e975583e813e31850e525e4570 (diff)
test: mark tst_qgraphicseffect as insignificant for qpa
This test unstably fails for qpa, xcb, so mark it as insignificant. Task-number: QTBUG-20761 Change-Id: I0b4228c2803946ef87d7d11f4167017c2ffd0ad6 Reviewed-on: http://codereview.qt.nokia.com/2658 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicseffect/qgraphicseffect.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgraphicseffect/qgraphicseffect.pro b/tests/auto/qgraphicseffect/qgraphicseffect.pro
index 963eca25c4..db69e19cac 100644
--- a/tests/auto/qgraphicseffect/qgraphicseffect.pro
+++ b/tests/auto/qgraphicseffect/qgraphicseffect.pro
@@ -4,3 +4,5 @@ QT += core-private gui-private
SOURCES += tst_qgraphicseffect.cpp
CONFIG += parallel_test
+
+qpa:CONFIG+=insignificant_test # QTBUG-20761