From 22975c56a69b3d80939d0cb8ef633b9bca90d5b3 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 23 Oct 2012 14:43:25 +1000 Subject: 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 --- tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/widgets') 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 -- cgit v1.2.3