summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qmutex
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-22 08:57:59 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-22 05:09:01 +0200
commit360797208bcf45b130cae2eaaa932b269fab968b (patch)
tree8e14ed0add62667061acfafb0a40de9342807182 /tests/auto/corelib/thread/qmutex
parent63e996200268599522db97d9a0ef37f43d5ca506 (diff)
Removed CONFIG+=parallel_test from suspected parallel-unsafe tests
These tests have failed a parallel stress test and may contribute to instability in test runs. Change-Id: I2c4456ad7d3846c2262a0ba714ab8f0c9a05c597 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/corelib/thread/qmutex')
-rw-r--r--tests/auto/corelib/thread/qmutex/qmutex.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/qmutex/qmutex.pro b/tests/auto/corelib/thread/qmutex/qmutex.pro
index 4aa1dbcc26..229e57eb89 100644
--- a/tests/auto/corelib/thread/qmutex/qmutex.pro
+++ b/tests/auto/corelib/thread/qmutex/qmutex.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
TARGET = tst_qmutex
QT = core testlib
SOURCES = tst_qmutex.cpp