summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-01-18 08:10:35 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 11:31:22 +0100
commit9d0a41b1ca32e0128a48c25e947d4e52fc4b4d3e (patch)
treec1b17dd2694e360aa217ed659d49ebfab12d1009 /tests/auto/widgets/kernel
parent3ad7cd3a606e54eac43f9a0ed0ba05961540e8a3 (diff)
Disable 'make check' for tst_QWidget on Mac OS X
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>
Diffstat (limited to 'tests/auto/widgets/kernel')
-rw-r--r--tests/auto/widgets/kernel/kernel.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/kernel.pro b/tests/auto/widgets/kernel/kernel.pro
index a68a9c2748..850863c112 100644
--- a/tests/auto/widgets/kernel/kernel.pro
+++ b/tests/auto/widgets/kernel/kernel.pro
@@ -15,3 +15,5 @@ SUBDIRS=\
qwidgetaction \
SUBDIRS -= qsound
+
+mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695