test: mark tst_qgraphicseffect as insignificant for qpa
authorRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 5 Aug 2011 05:21:01 +0000 (15:21 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 5 Aug 2011 11:19:58 +0000 (13:19 +0200)
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>
tests/auto/qgraphicseffect/qgraphicseffect.pro

index 963eca2..db69e19 100644 (file)
@@ -4,3 +4,5 @@ QT += core-private gui-private
 
 SOURCES  += tst_qgraphicseffect.cpp
 CONFIG += parallel_test
+
+qpa:CONFIG+=insignificant_test  # QTBUG-20761