summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-02-23 14:59:09 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-23 14:59:07 +0100
commit4137f51df6d4223c0bfcd87c40bed258fb1d14fd (patch)
tree34b6992b307569f19b0473d985b165cca342a2fc /tests
parent06b0abfbcc46a49a0f2196dd6755e384d443d1f6 (diff)
Windows: Mark qdeclarativefontloader test insignificant
To make "nmake check" pass without errors, mark the qdeclarativefontloader test insignificant. This needs to be reverted once the underlying issue is fixed and the test passes. Task-number: QTBUG-24203 Change-Id: I4f42ccd9c165044cb7179c8bb160239e94447b42 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro b/tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro
index 70e6379b..f4537efe 100644
--- a/tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro
+++ b/tests/auto/declarative/qdeclarativefontloader/qdeclarativefontloader.pro
@@ -18,3 +18,4 @@ symbian: {
CONFIG += parallel_test
+win32:CONFIG += insignificant_test # QTBUG-24475