From 778ad791aa0719b0fbaffe2e50c17d814fec803a Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 9 May 2013 15:02:46 +0200 Subject: test: Mark tst_qgraphicswidget as insignificant only on Mac OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test has been passing lately for Linux and Windows. Task-number: QTQAINFRA-574 Change-Id: Ie658d90cbc9eb2b68a963b1f1de06ca37f44047e Reviewed-by: Simo Fält Reviewed-by: Janne Anttila --- tests/auto/qgraphicswidget/qgraphicswidget.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qgraphicswidget/qgraphicswidget.pro b/tests/auto/qgraphicswidget/qgraphicswidget.pro index c749e47..c154e98 100644 --- a/tests/auto/qgraphicswidget/qgraphicswidget.pro +++ b/tests/auto/qgraphicswidget/qgraphicswidget.pro @@ -1,4 +1,4 @@ load(qttest_p4) SOURCES += tst_qgraphicswidget.cpp -CONFIG+=insignificant_test # QTQAINFRA-428 +macx:CONFIG+=insignificant_test # QTQAINFRA-428 -- cgit v0.12