Disable 'make check' for tst_QWidget on Mac OS X
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 18 Jan 2012 07:10:35 +0000 (08:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jan 2012 10:31:22 +0000 (11:31 +0100)
This test crashes, which can destabilize the CI system, so don't run the
test for now. It is still compiled as part of the build process, though.

Task-number: QTBUG-23695
Change-Id: I841fab7c56b8dba33e8d1b074f118b65790f34ef
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/widgets/kernel/kernel.pro

index a68a9c2..850863c 100644 (file)
@@ -15,3 +15,5 @@ SUBDIRS=\
    qwidgetaction \
 
 SUBDIRS -= qsound
+
+mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695