aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/qquickloader.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-14 13:28:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-14 08:29:43 +0200
commit8b900a24282a52671f270c7af31ef85f61b46863 (patch)
tree06b7d0b006bdb9b7e01ad6cbd3cd6c9b4782eceb /tests/auto/quick/qquickloader/qquickloader.pro
parent5997955449f1717cfa81091e4127699320c31ec1 (diff)
Removed CONFIG+=parallel_test from parallel-unsafe tests
These tests are marked with CONFIG+=parallel_test, but are observed to fail sometimes if run concurrently with other tests, and pass otherwise. Change-Id: Id59209ca80c7449bdc0689af522c82ff00c4b588 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickloader/qquickloader.pro')
-rw-r--r--tests/auto/quick/qquickloader/qquickloader.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickloader/qquickloader.pro b/tests/auto/quick/qquickloader/qquickloader.pro
index 2961ed9429..32350388e8 100644
--- a/tests/auto/quick/qquickloader/qquickloader.pro
+++ b/tests/auto/quick/qquickloader/qquickloader.pro
@@ -12,6 +12,4 @@ include (../../shared/util.pri)
TESTDATA = data/*
-CONFIG += parallel_test
-
QT += core-private gui-private qml-private quick-private network testlib