From b6b7489352da4697206857f6928886c42bef39ba Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 8 May 2013 10:32:50 +0200 Subject: 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 --- tests/auto/qwizard/qwizard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1