summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-10-23 14:43:25 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-24 02:29:17 +0200
commit22975c56a69b3d80939d0cb8ef633b9bca90d5b3 (patch)
tree7fc9905424ad81e45674ec9ba46d2e564f1f6f8f /tests/auto/widgets
parente0c0e83fd5534b24f18d5e02a453182df54933e0 (diff)
Unmark tst_qgroupbox as a parallel test
Judging from recent failures in the call to QTest::qWaitForWindowActive in this test, the test may not be parallel-safe as previously thought. Change-Id: I0a05eafd9086207ea3fc73f611bf834b657d5b8a Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro b/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro
index 1da41197ca..7c5a4d30e5 100644
--- a/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro
+++ b/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro
@@ -1,5 +1,4 @@
CONFIG += testcase
-CONFIG += parallel_test
TARGET = tst_qgroupbox
QT += widgets testlib
SOURCES += tst_qgroupbox.cpp