aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpincharea
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-07-23 10:57:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-23 03:07:28 +0200
commit33fcc79a88fbc66a3a714913392a331f2bb601b3 (patch)
tree13f6113f439bfcfba7e823d2d2b4157f5eaebed2 /tests/auto/quick/qquickpincharea
parent75dc55622b83fcbf40befd61eeed3b075aed4813 (diff)
Don't run pinch area test in parallel.
The tests require window focus, and therefore cannot be run in parallel with other tests that spawn windows. Change-Id: I3fc89054689779382cc42a26323756257b618192 Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickpincharea')
-rw-r--r--tests/auto/quick/qquickpincharea/qquickpincharea.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickpincharea/qquickpincharea.pro b/tests/auto/quick/qquickpincharea/qquickpincharea.pro
index 31ce4da90a..a9f0a3ffef 100644
--- a/tests/auto/quick/qquickpincharea/qquickpincharea.pro
+++ b/tests/auto/quick/qquickpincharea/qquickpincharea.pro
@@ -8,6 +8,4 @@ include (../../shared/util.pri)
TESTDATA = data/*
-CONFIG += parallel_test
-
QT += core-private gui-private qml-private quick-private testlib