diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/location/GeocoderTest.java')
-rw-r--r-- | tests/src/cgeo/geocaching/location/GeocoderTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/location/GeocoderTest.java b/tests/src/cgeo/geocaching/location/GeocoderTest.java index b7f10a3..7cf6d0b 100644 --- a/tests/src/cgeo/geocaching/location/GeocoderTest.java +++ b/tests/src/cgeo/geocaching/location/GeocoderTest.java @@ -13,6 +13,7 @@ import rx.Observable; import android.location.Address; import android.location.Geocoder; +import android.test.suitebuilder.annotation.Suppress; import java.util.Locale; @@ -45,6 +46,7 @@ public class GeocoderTest extends CGeoTestCase { testGeocoder(GCGeocoder.getFromLocationName(TEST_ADDRESS), "GC", false); } + @Suppress public static void testMapQuestGeocoder() { final Locale locale = Locale.getDefault(); try { |