Disabling some concurrency in widget tests

There has been frequent failures with CI, especially with OSX 10.7.
These seems to work ok in CI node when ran alone but CI is running
those in parallel with some other tests, and this is causing errors,
most likely due to lost focus.

Change-Id: Ic4151099c27a4b5d91778c9b13e88d2d661e8a0d
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Simo Fält 2013-05-10 13:08:10 +03:00 committed by The Qt Project
parent 5c86dd5401
commit 074975055d
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qtableview
QT += widgets widgets-private testlib
QT += core-private gui-private

View File

@ -3,7 +3,6 @@
############################################################
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstackedwidget
QT += widgets testlib
SOURCES += tst_qstackedwidget.cpp