Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]

These tests have failed a parallel stress test and may contribute to
instability in test runs.

Change-Id: Ibbbe01f7d9550b953fc9fbd6ed52fc99fdb5f5d7
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
This commit is contained in:
Rohan McGovern 2012-05-23 10:18:02 +10:00 committed by Qt by Nokia
parent 03392e1edf
commit 03536d3e3d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CONFIG += testcase parallel_test
CONFIG += testcase
TARGET = tst_qwinoverlappedionotifier
QT = core-private testlib
SOURCES = tst_qwinoverlappedionotifier.cpp

View File

@ -1,4 +1,4 @@
CONFIG += testcase parallel_test
CONFIG += testcase
TARGET = tst_qmimedatabase-cache

View File

@ -1,4 +1,4 @@
CONFIG += testcase parallel_test
CONFIG += testcase
TARGET = tst_qsharedpointer
QT = core testlib