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>bb10
parent
3ad7cd3a60
commit
9d0a41b1ca
|
|
@ -15,3 +15,5 @@ SUBDIRS=\
|
|||
qwidgetaction \
|
||||
|
||||
SUBDIRS -= qsound
|
||||
|
||||
mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695
|
||||
|
|
|
|||
Loading…
Reference in New Issue