From a2b388203922ca18e3e7a3171cf8d7f51b195483 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 13 Apr 2012 16:19:21 +1000 Subject: [PATCH] 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 --- .../qv8profilerservice/qv8profilerservice.pro | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.2.5