From: Rohan McGovern Date: Fri, 13 Apr 2012 06:19:21 +0000 (+1000) Subject: test: marked tst_qv8profilerservice as insignificant on mac X-Git-Tag: 071012131707~636 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2b388203922ca18e3e7a3171cf8d7f51b195483;p=profile%2Fivi%2Fqtdeclarative.git test: marked tst_qv8profilerservice as insignificant on mac This autotest has repeatedly given different results on consecutive test runs. It seems to fail about 5% of the time in CI. Task-number: QTBUG-25288 Change-Id: If7e8675521f6270877f514b7de81c926606cf232 Reviewed-by: Toby Tomkins --- diff --git a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro index 5088953..13d39c0 100644 --- a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro +++ b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro @@ -13,3 +13,5 @@ OTHER_FILES += data/test.qml CONFIG += parallel_test declarative_debug QT += qml testlib + +macx:CONFIG += insignificant_test # QTBUG-25288