summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-24 11:02:09 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-29 11:14:16 +0000
commitdd963b426a49235f98515ed7c4d35892f0360bb9 (patch)
tree08f86b67835337a611f3bbcfd1076b67c6130135
parentbdc85f5a0b8a846cd9049666806273f5b804f268 (diff)
downloadqtlocation-dd963b426a49235f98515ed7c4d35892f0360bb9.tar.gz
Temporarily disable test to make qtlocation pass in dev CI.
The tests intermittently fail on OSX 10.10 Task-number: QTBUG-47423 Change-Id: I4bc4bbaa4cde1a309895281811f88496cab84ccf Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--tests/auto/declarative_core/tst_geocoding.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative_core/tst_geocoding.qml b/tests/auto/declarative_core/tst_geocoding.qml
index eb90f61c..48dac691 100644
--- a/tests/auto/declarative_core/tst_geocoding.qml
+++ b/tests/auto/declarative_core/tst_geocoding.qml
@@ -303,6 +303,8 @@ Item {
TestCase {
name: "GeocodeModelGeocoding"
+ /*
+ // see QTBUG-47423
function clear_slack_model() {
slackModel.reset()
locationsSlackSpy.clear()
@@ -670,5 +672,6 @@ Item {
compare(countSlackSpy.count, 1)
compare(slackModel.count, 3) // slackCoordinate1.longitude
}
+ */
}
}