From 991033cf4690cace4fead03a588aa5ecaad18d3f Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 8 Aug 2011 13:06:28 +1000 Subject: [PATCH] test: mark tst_qgraphicswidget as insignificant on qpa, xcb This autotest is unstable. Task-number: QTBUG-20778 Change-Id: If862a64d2be2f3f66ea8435b0412bfb401f9aceb Reviewed-on: http://codereview.qt.nokia.com/2721 Reviewed-by: Qt Sanity Bot Reviewed-by: Kalle Lehtonen --- tests/auto/qgraphicswidget/qgraphicswidget.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qgraphicswidget/qgraphicswidget.pro b/tests/auto/qgraphicswidget/qgraphicswidget.pro index 533138c..64de1fc 100644 --- a/tests/auto/qgraphicswidget/qgraphicswidget.pro +++ b/tests/auto/qgraphicswidget/qgraphicswidget.pro @@ -6,3 +6,4 @@ SOURCES += tst_qgraphicswidget.cpp mac*:CONFIG+=insignificant_test +qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test # QTBUG-20778 unstable on qpa, xcb -- 2.7.4