From b86b3bb0f44cdbdb21413b967be67d37b7fefa64 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 20 Apr 2012 21:04:05 +1000 Subject: 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 --- tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/qquickpixmapcache') 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 -- cgit v1.2.3