aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpixmapcache
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-20 21:04:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-20 15:56:23 +0200
commitb86b3bb0f44cdbdb21413b967be67d37b7fefa64 (patch)
tree5f04b5a334cef66ff3ae34531c8f25c7f573b449 /tests/auto/quick/qquickpixmapcache
parentc81f8210607b35a00612c71925978ca8da5745cb (diff)
Re-enable QQuickPixmapCache test on most platforms.
This test fails unstably on Ubuntu 10.04 and passes on all other CI platforms, so only disbale it on Ubuntu 10.04. Task-number: QTBUG-25307 Change-Id: Iae5d401e1c7b2398abfd80abc7827df27a84e63b Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickpixmapcache')
-rw-r--r--tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro b/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
index 831ffd3c35..5ac7f1cc11 100644
--- a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
+++ b/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro
@@ -15,6 +15,6 @@ TESTDATA = data/*
# LIBS += -lgcov
CONFIG += parallel_test
-CONFIG += insignificant_test # QTBUG-25307
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"):CONFIG += insignificant_test # QTBUG-25307
QT += core-private gui-private qml-private quick-private network testlib concurrent