summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
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/sql
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/sql')
-rw-r--r--tests/auto/sql/kernel/kernel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/sql/kernel/kernel.pro b/tests/auto/sql/kernel/kernel.pro
index 579c31a01f..0b79a14033 100644
--- a/tests/auto/sql/kernel/kernel.pro
+++ b/tests/auto/sql/kernel/kernel.pro
@@ -9,3 +9,4 @@ SUBDIRS=\
qsqlthread \
qsql \
+mac: qsql.CONFIG = no_check_target # QTBUG-22811