diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-07-24 11:02:09 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-07-29 11:14:16 +0000 |
commit | dd963b426a49235f98515ed7c4d35892f0360bb9 (patch) | |
tree | 08f86b67835337a611f3bbcfd1076b67c6130135 | |
parent | bdc85f5a0b8a846cd9049666806273f5b804f268 (diff) | |
download | qtlocation-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.qml | 3 |
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 } + */ } } |