summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-17 14:30:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-17 15:58:17 +0100
commit262444086fe949441aebb6c6726ba13c97476191 (patch)
treec1431765e333f8a3e77fbd76a88440bf18235a4d /tests/auto/qlocalsocket
parentc4a650bc7941dd56568d96fd5d9645267cca0071 (diff)
tests: Mark unstable tests as insignificant on Windows
Marked the following tests insignificant due to failures, these need to be fixed later and then re-enabled: tst_qlocalsocket tst_selftests Task-number: QTQAINFRA-428 Change-Id: I294048133bac141dfd6239dba115dcc93035f868 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qlocalsocket')
-rw-r--r--tests/auto/qlocalsocket/qlocalsocket.pro2
-rw-r--r--tests/auto/qlocalsocket/test/test.pro1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro
index 32bd456f2f..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 # QTQAINFRA-428
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro
index 7d85cba246..58b36efe4b 100644
--- a/tests/auto/qlocalsocket/test/test.pro
+++ b/tests/auto/qlocalsocket/test/test.pro
@@ -48,3 +48,4 @@ wince*|symbian {
requires(contains(QT_CONFIG,script))
}
+win32:CONFIG+=insignificant_test # QTQAINFRA-428