aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-04-13 16:19:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-13 09:48:40 +0200
commita2b388203922ca18e3e7a3171cf8d7f51b195483 (patch)
tree8b7e6980668c8e560018031388abd09dda1686eb /tests/auto/qml/debugger
parent96c0e7e576b4b9a31bf7df362e26ebbc64f726f9 (diff)
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 <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger')
-rw-r--r--tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro2
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 5088953c92..13d39c0225 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