summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-08 10:32:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 11:08:19 +0200
commitb6b7489352da4697206857f6928886c42bef39ba (patch)
tree9605c35d9e607b3b80a2ae28d2eb80557e64529e
parent55a0234b1b8d806dbbb1eaa4aca85824966444d3 (diff)
downloadqt4-tools-b6b7489352da4697206857f6928886c42bef39ba.tar.gz
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>
-rw-r--r--tests/auto/qwizard/qwizard.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwizard/qwizard.pro b/tests/auto/qwizard/qwizard.pro
index dd69b496b0..c8cd94ad81 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