Re-enable QQuickPixmapCache test on most platforms.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 20 Apr 2012 11:04:05 +0000 (21:04 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Apr 2012 13:56:23 +0000 (15:56 +0200)
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>
tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro

index 831ffd3..5ac7f1c 100644 (file)
@@ -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