aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugjs
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/qml/debugger/qqmldebugjs
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/qml/debugger/qqmldebugjs')
-rw-r--r--tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
index c06fd84e58..789735c208 100644
--- a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
+++ b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
@@ -11,8 +11,6 @@ include(../shared/debugutil.pri)
TESTDATA = data/*
-CONFIG += parallel_test
-
OTHER_FILES += data/test.qml data/test.js \
data/timer.qml \
data/exception.qml \