From: Rohan McGovern Date: Tue, 23 Oct 2012 04:43:25 +0000 (+1000) Subject: Unmark tst_qgroupbox as a parallel test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22975c56a69b3d80939d0cb8ef633b9bca90d5b3;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro b/tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro index 1da4119..7c5a4d3 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