From: Kai Koehne Date: Thu, 28 Feb 2013 11:41:43 +0000 (+0100) Subject: Mark flaky tst_qv8profilerservice test as insignificant on Mac X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c7036f5f717ef6d3892c7a4ea3821d13011a198d;p=konrad%2Fqtdeclarative.git Mark flaky tst_qv8profilerservice test as insignificant on Mac Task-number: QTBUG-29975 Change-Id: Ia80fab4342c365e08fde56812bd331ee7ce13bc7 Reviewed-by: Kai Koehne --- diff --git a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro index 8780f64..e4d588d 100644 --- a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro +++ b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro @@ -13,3 +13,5 @@ TESTDATA = data/* QT += qml testlib gui-private DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 + +mac:CONFIG+=insignificant_test #QTBUG-29975