Re-enable the sql autotests on Mac OS X
The QSql test currently crashes, which can destabilize the CI system when attempting to re-enable the autotest. Skip this test for now by disabling the check target for it. Change-Id: I598f8ca7bce6b6f46daf6a053da5571b62486463 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
bb493899cc
commit
9de3d3621a
@ -25,7 +25,6 @@ mac {
|
||||
gui.CONFIG += no_check_target
|
||||
network.CONFIG += no_check_target
|
||||
opengl.CONFIG += no_check_target
|
||||
sql.CONFIG += no_check_target
|
||||
v8.CONFIG += no_check_target
|
||||
widgets.CONFIG += no_check_target
|
||||
}
|
||||
|
@ -9,3 +9,4 @@ SUBDIRS=\
|
||||
qsqlthread \
|
||||
qsql \
|
||||
|
||||
mac: qsql.CONFIG = no_check_target # QTBUG-22811
|
||||
|
Loading…
Reference in New Issue
Block a user