diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-19 12:12:25 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-23 20:47:31 (GMT) |
commit | 4400f2dda13e6b47c035f38dd0d2f9e6f6eb477b (patch) | |
tree | 1fe52351f9d1514548b8b4111f3215a79071c729 /tests | |
parent | a5dbb3754eeb5697dd560965f2092372c48516f5 (diff) | |
download | Qt-4400f2dda13e6b47c035f38dd0d2f9e6f6eb477b.zip Qt-4400f2dda13e6b47c035f38dd0d2f9e6f6eb477b.tar.gz Qt-4400f2dda13e6b47c035f38dd0d2f9e6f6eb477b.tar.bz2 |
test: Mark tst_QPauseAnimation as insignificant only on Windows
Task-number: QTBUG-28069
Change-Id: I3e73a2f9af44735a0b50711f89ae57967a6fde0b
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qpauseanimation/qpauseanimation.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpauseanimation/qpauseanimation.pro b/tests/auto/qpauseanimation/qpauseanimation.pro index dbe9405..b91eb3b 100644 --- a/tests/auto/qpauseanimation/qpauseanimation.pro +++ b/tests/auto/qpauseanimation/qpauseanimation.pro @@ -2,4 +2,4 @@ load(qttest_p4) QT = core gui SOURCES += tst_qpauseanimation.cpp -CONFIG+=insignificant_test # QTQAINFRA-428 +win32:CONFIG+=insignificant_test # QTBUG-28069 |