diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-08 08:44:36 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 09:08:22 (GMT) |
commit | fc8b37ce989d70c28f4bb4cc0dd939809f645ec6 (patch) | |
tree | 057197b8ff8bb9a1539c39daefd6e9b4c655224c /tests/auto | |
parent | b6b7489352da4697206857f6928886c42bef39ba (diff) | |
download | Qt-fc8b37ce989d70c28f4bb4cc0dd939809f645ec6.zip Qt-fc8b37ce989d70c28f4bb4cc0dd939809f645ec6.tar.gz Qt-fc8b37ce989d70c28f4bb4cc0dd939809f645ec6.tar.bz2 |
test: Remove insignificant_test from tst_qtimeline
This test is now passing on all CI platforms.
Task-number: QTQAINFRA-574
Change-Id: I6a536c7c4c33817544bff1d933d6f4a05f1631c2
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qtimeline/qtimeline.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qtimeline/qtimeline.pro b/tests/auto/qtimeline/qtimeline.pro index ade99dc..6dfd22a 100644 --- a/tests/auto/qtimeline/qtimeline.pro +++ b/tests/auto/qtimeline/qtimeline.pro @@ -3,5 +3,3 @@ TARGET = tst_qtimeline QT = core testlib SOURCES += tst_qtimeline.cpp CONFIG += parallel_test - -win32:CONFIG+=insignificant_test # QTQAINFRA-428 |