aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/StaticMapsProviderTest.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-04-07 13:51:57 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-04-07 13:51:57 +0200
commit512ae6d23112bf9ce0de2782adab0b9874f69b31 (patch)
tree5e60370e281399e897c3aa4d2b31adc7742b07f3 /tests/src/cgeo/geocaching/StaticMapsProviderTest.java
parent29b9c9bcb06cb19f39ead0184b05ae8c96eda9cb (diff)
downloadcgeo-512ae6d23112bf9ce0de2782adab0b9874f69b31.zip
cgeo-512ae6d23112bf9ce0de2782adab0b9874f69b31.tar.gz
cgeo-512ae6d23112bf9ce0de2782adab0b9874f69b31.tar.bz2
Prevent StaticMapsproviderTest.java from getting run
StaticMapsProviderTest.java fails more often than not because the image quota on the test server has been reached. Until we find a way to test static maps download more reliably, for example through a mock download, the test is disabled.
Diffstat (limited to 'tests/src/cgeo/geocaching/StaticMapsProviderTest.java')
-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() {