summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-02 16:41:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-02 13:14:55 +0200
commitb29fae1736ed306f10629bbd8b3363a23afbfb0f (patch)
treebb5e150c1c272894e32bc35f19bfff17451ca153 /tests
parentdd032aacc0b2ebe960176296426b4ad23a73de37 (diff)
test: mark tst_qtconcurrentfilter as insignificant on Linux
This test fails pseudorandomly, which makes the result insignificant for the purpose of detecting regressions. Task-number: QTBUG-20688 Change-Id: I3274953841a553e35b4eb844702868f2f9ec0525 Reviewed-on: http://codereview.qt.nokia.com/2491 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtconcurrentfilter/qtconcurrentfilter.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtconcurrentfilter/qtconcurrentfilter.pro b/tests/auto/qtconcurrentfilter/qtconcurrentfilter.pro
index ee2b77d63c..62d4908e69 100644
--- a/tests/auto/qtconcurrentfilter/qtconcurrentfilter.pro
+++ b/tests/auto/qtconcurrentfilter/qtconcurrentfilter.pro
@@ -3,4 +3,4 @@ DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qtconcurrentfilter.cpp
QT = core
CONFIG += parallel_test
-CONFIG += parallel_test
+linux*:CONFIG += insignificant_test