diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-08 08:32:50 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 09:08:19 (GMT) |
commit | b6b7489352da4697206857f6928886c42bef39ba (patch) | |
tree | 9605c35d9e607b3b80a2ae28d2eb80557e64529e /tests | |
parent | 55a0234b1b8d806dbbb1eaa4aca85824966444d3 (diff) | |
download | Qt-b6b7489352da4697206857f6928886c42bef39ba.zip Qt-b6b7489352da4697206857f6928886c42bef39ba.tar.gz Qt-b6b7489352da4697206857f6928886c42bef39ba.tar.bz2 |
test: Mark tst_qwizard as insignificant on Windows and Mac OS X
This test has been passing lately on Linux.
Change-Id: I3c7e5cf4214899a65f4eccd15a0fd49e822675d8
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qwizard/qwizard.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwizard/qwizard.pro b/tests/auto/qwizard/qwizard.pro index dd69b49..c8cd94a 100644 --- a/tests/auto/qwizard/qwizard.pro +++ b/tests/auto/qwizard/qwizard.pro @@ -7,4 +7,4 @@ SOURCES += tst_qwizard.cpp tst_qwizard_2.cpp RESOURCES = qwizard.qrc TARGET.EPOCHEAPSIZE = 0x200000 0xF00000 -CONFIG+=insignificant_test # QTQAINFRA-428 +win32|macx:CONFIG+=insignificant_test # QTQAINFRA-574 |