aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/src/cgeo/geocaching/StaticMapsProviderTest.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/StaticMapsProviderTest.java b/tests/src/cgeo/geocaching/StaticMapsProviderTest.java
index cbace10..abc15ae 100644
--- a/tests/src/cgeo/geocaching/StaticMapsProviderTest.java
+++ b/tests/src/cgeo/geocaching/StaticMapsProviderTest.java
@@ -4,10 +4,13 @@ import cgeo.geocaching.enumerations.WaypointType;
import cgeo.geocaching.files.LocalStorage;
import cgeo.geocaching.geopoint.Geopoint;
-import java.io.File;
-
import junit.framework.TestCase;
+import android.test.suitebuilder.annotation.Suppress;
+
+import java.io.File;
+
+@Suppress
public class StaticMapsProviderTest extends TestCase {
public static void testDownloadStaticMaps() {