summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfont
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-05-02 13:19:08 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-02 16:02:56 +0200
commitbcc8c349e0d5e5a5e782260e01d5dc1e238e6a31 (patch)
treeebb5406bd4c5acb276aaebcacae065bf06e4bf88 /tests/auto/qfont
parent0404e5dd882c92ec9c720e79ebce6de0eeae69a0 (diff)
test: Mark test as significant on platforms other than Mac OS X
This test only fails on Mac OS X at the moment, so enabling it for all the other platforms. Change-Id: I1e816e9b7bbae802c868e31b367b7e43bd673d87 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qfont')
-rw-r--r--tests/auto/qfont/qfont.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfont/qfont.pro b/tests/auto/qfont/qfont.pro
index 67263b84ae..fb57d71b07 100644
--- a/tests/auto/qfont/qfont.pro
+++ b/tests/auto/qfont/qfont.pro
@@ -1,4 +1,4 @@
load(qttest_p4)
SOURCES += tst_qfont.cpp
-CONFIG+=insignificant_test # QTQAINFRA-428
+mac:CONFIG+=insignificant_test # QTQAINFRA-428