Unmark tst_qgroupbox as a parallel test
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 23 Oct 2012 04:43:25 +0000 (14:43 +1000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 24 Oct 2012 00:29:17 +0000 (02:29 +0200)
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>
tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro

index 1da4119..7c5a4d3 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += testcase
-CONFIG += parallel_test
 TARGET = tst_qgroupbox
 QT += widgets testlib
 SOURCES  += tst_qgroupbox.cpp