summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/q3process/tst/tst.pro2
-rw-r--r--tests/auto/qclipboard/test/test.pro2
-rw-r--r--tests/auto/qlibrary/qlibrary.pro2
-rw-r--r--tests/auto/qscriptextensionplugin/test/test.pro1
4 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/q3process/tst/tst.pro b/tests/auto/q3process/tst/tst.pro
index 359148b58f..35052aa5da 100644
--- a/tests/auto/q3process/tst/tst.pro
+++ b/tests/auto/q3process/tst/tst.pro
@@ -14,4 +14,4 @@ win32 {
QT += qt3support
requires(contains(QT_CONFIG,qt3support))
-
+win32:CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qclipboard/test/test.pro b/tests/auto/qclipboard/test/test.pro
index 2e8f6dbe8d..c15162c0f5 100644
--- a/tests/auto/qclipboard/test/test.pro
+++ b/tests/auto/qclipboard/test/test.pro
@@ -30,3 +30,5 @@ wince*|symbian: {
DEPLOYMENT += copier paster rsc reg_resource
}
+
+win32:CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qlibrary/qlibrary.pro b/tests/auto/qlibrary/qlibrary.pro
index b3517538de..6adb51bd88 100644
--- a/tests/auto/qlibrary/qlibrary.pro
+++ b/tests/auto/qlibrary/qlibrary.pro
@@ -18,3 +18,5 @@ TARGET = tst_qlibrary
# no special install rule for subdir
INSTALLS =
CONFIG += parallel_test
+
+win32:CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qscriptextensionplugin/test/test.pro b/tests/auto/qscriptextensionplugin/test/test.pro
index 223dafa356..d712d11d2a 100644
--- a/tests/auto/qscriptextensionplugin/test/test.pro
+++ b/tests/auto/qscriptextensionplugin/test/test.pro
@@ -23,3 +23,4 @@ CONFIG(debug_and_release) {
DESTDIR = ..
}
+win32:CONFIG+=insignificant_test # QTQAINFRA-428