summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-08-10 10:38:19 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-08-10 12:51:01 (GMT)
commitdce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d (patch)
tree6838cfb71733b351c0176686f7a163e8f4209e33 /tests/auto
parent7e6c9ffb95c5ac9f0180afe1809e17526b8a0893 (diff)
downloadQt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.zip
Qt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.tar.gz
Qt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.tar.bz2
test: Mark tst_QTimeLine as significant on platforms other than Windows
This test only fails on Windows at the moment, so enabling it for all the other platforms. Change-Id: I41fe201b94126d7ca82b39f2124f5a9e35109afe Reviewed-by: Caroline Chao <caroline.chao@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qtimeline/qtimeline.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtimeline/qtimeline.pro b/tests/auto/qtimeline/qtimeline.pro
index 8b0229a..ade99dc 100644
--- a/tests/auto/qtimeline/qtimeline.pro
+++ b/tests/auto/qtimeline/qtimeline.pro
@@ -4,4 +4,4 @@ QT = core testlib
SOURCES += tst_qtimeline.cpp
CONFIG += parallel_test
-CONFIG+=insignificant_test # QTQAINFRA-428
+win32:CONFIG+=insignificant_test # QTQAINFRA-428