summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qlocalsocket/qlocalsocket.pro2
-rw-r--r--tests/auto/qlocalsocket/test/test.pro1
-rw-r--r--tests/auto/selftests/test/test.pro1
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro
index 32bd456..3911a64 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 7d85cba..58b36ef 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
diff --git a/tests/auto/selftests/test/test.pro b/tests/auto/selftests/test/test.pro
index 2dd634f..facb26a 100644
--- a/tests/auto/selftests/test/test.pro
+++ b/tests/auto/selftests/test/test.pro
@@ -14,3 +14,4 @@ win32 {
RESOURCES += ../selftests.qrc
+win32:CONFIG+=insignificant_test # QTQAINFRA-428