summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2011-11-18 10:51:54 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-21 14:24:36 +0100
commit9de3d3621addd52ef8ac0c2771cd4f7ac96d22b1 (patch)
tree764dfb5d767f52700b138f78ea1852b00cd31d60 /tests/auto/auto.pro
parentbb493899ccb603d22db69f86d6e5a7c87fecb645 (diff)
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>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 98d4c2dfc3..437de803ee 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -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
}