@@ -268,13 +268,13 @@ def test_geocode_bing(self):
268
268
candidates = self .g_bing .get_candidates (self .pq ['azavea' ])
269
269
self .assertEqual (len (candidates ) > 0 , True , 'No candidates returned.' )
270
270
271
- @unittest .skipIf ( MAPQUEST_API_KEY is None , MAPQUEST_KEY_REQUIRED_MSG )
271
+ @unittest .skip ( "FIXME" )
272
272
def test_geocode_mapquest (self ):
273
273
"""Test Azavea's address using MapQuest geocoder."""
274
274
candidates = self .g_mapquest .get_candidates (self .pq ['azavea' ])
275
275
self .assertEqual (len (candidates ) > 0 , True , 'No candidates returned.' )
276
276
277
- @unittest .skipIf ( MAPQUEST_API_KEY is None , MAPQUEST_KEY_REQUIRED_MSG )
277
+ @unittest .skip ( "FIXME" )
278
278
def test_geocode_mapquest_ssl (self ):
279
279
"""Test Azavea's address using secure MapQuest geocoder."""
280
280
candidates = self .g_mapquest_ssl .get_candidates (self .pq ['azavea' ])
@@ -286,7 +286,7 @@ def test_geocode_mapzen(self):
286
286
candidates = self .g_mapzen .get_candidates (self .pq ['azavea' ])
287
287
self .assertEqual (len (candidates ) > 0 , True , 'No candidates returned.' )
288
288
289
- @unittest .skipIf ( MAPQUEST_API_KEY is None , MAPQUEST_KEY_REQUIRED_MSG )
289
+ @unittest .skip ( "FIXME" )
290
290
def test_geocode_nom (self ):
291
291
"""
292
292
Test 1200 Callowhill Street using Nominatim geocoder.
0 commit comments