summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2012-11-02 09:21:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 13:05:33 +0100
commit4c34e761de4e27d29f7dca78ce912b4bdfd7bd44 (patch)
treea374524a1145dcb7777e5404bfe89b4bce79cf8e /tests
parent9b0b325254e9cc044202ae69152b2544c27e2149 (diff)
Move insignificant_test to correct project in qlocalsocket autotest.
Build 937 failed again to flaky tst_qlocalsocket autotest. Move CONFIG+=insignificant_test to correct project to get CI more stable. Change-Id: I46557ee0d1be9b9168a88595848a745d6140d7ef Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qlocalsocket/qlocalsocket.pro2
-rw-r--r--tests/auto/qlocalsocket/test/test.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro
index 9c6521eadd..3911a64936 100644
--- a/tests/auto/qlocalsocket/qlocalsocket.pro
+++ b/tests/auto/qlocalsocket/qlocalsocket.pro
@@ -2,5 +2,3 @@ TEMPLATE = subdirs
SUBDIRS = lackey test
!wince*:!symbian: SUBDIRS += example
symbian: TARGET.CAPABILITY = NetworkServices
-
-CONFIG+=insignificant_test
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro
index b7e0786f5f..4b887a1edc 100644
--- a/tests/auto/qlocalsocket/test/test.pro
+++ b/tests/auto/qlocalsocket/test/test.pro
@@ -47,3 +47,5 @@ wince*|symbian {
requires(contains(QT_CONFIG,script))
}
+
+win32:CONFIG+=insignificant_test # QTQAINFRA-574