summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/networkselftest/networkselftest.pro2
-rw-r--r--tests/auto/qthread/qthread.pro2
-rw-r--r--tests/auto/qxmlquery/qxmlquery.pro2
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/networkselftest/networkselftest.pro b/tests/auto/networkselftest/networkselftest.pro
index 5a532c7..6292024 100644
--- a/tests/auto/networkselftest/networkselftest.pro
+++ b/tests/auto/networkselftest/networkselftest.pro
@@ -18,3 +18,5 @@ wince*: {
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
+
+CONFIG+=insignificant_test # QTQAINFRA-574
diff --git a/tests/auto/qthread/qthread.pro b/tests/auto/qthread/qthread.pro
index d3b1028..c658763 100644
--- a/tests/auto/qthread/qthread.pro
+++ b/tests/auto/qthread/qthread.pro
@@ -3,3 +3,5 @@ SOURCES += tst_qthread.cpp
QT = core
symbian:LIBS += -llibpthread
CONFIG += parallel_test
+
+CONFIG+=insignificant_test # QTQAINFRA-574
diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro
index d5e8228..3933e80 100644
--- a/tests/auto/qxmlquery/qxmlquery.pro
+++ b/tests/auto/qxmlquery/qxmlquery.pro
@@ -32,3 +32,5 @@ wince*|symbian: {
DEPLOYMENT += addFiles patternistFiles
}
+
+CONFIG+=insignificant_test # QTQAINFRA-574