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>
bb10
Rohan McGovern 2012-10-23 14:43:25 +10:00 committed by The Qt Project
parent e0c0e83fd5
commit 22975c56a6
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qgroupbox
QT += widgets testlib
SOURCES += tst_qgroupbox.cpp