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
parent
e0c0e83fd5
commit
22975c56a6
|
|
@ -1,5 +1,4 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qgroupbox
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qgroupbox.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue