summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic3
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-15 09:42:39 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-15 10:16:18 +0100
commit769a3679285a986c022f6dc2f1c43f05a2a666ef (patch)
tree427094a0913d016642b7e1a4944e1fc8b73eeaf8 /tests/auto/uic3
parent6d370a19e367d0ccec59db5c34cbe2e3f7cfc586 (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_qlocale tst_quuid tst_uic3 Task-number: QTQAINFRA-428 Change-Id: I21e78e4320e28735286778125a103caf7aa45d44 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/uic3')
-rw-r--r--tests/auto/uic3/uic3.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/uic3/uic3.pro b/tests/auto/uic3/uic3.pro
index 02af16d477..9cb0df9f58 100644
--- a/tests/auto/uic3/uic3.pro
+++ b/tests/auto/uic3/uic3.pro
@@ -8,3 +8,5 @@ TARGET = tst_uic3
DEFINES += SRCDIR=\\\"$$PWD\\\"
requires(contains(QT_CONFIG,qt3support))
+
+win32:CONFIG+=insignificant_test # QTQAINFRA-428