diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-04-07 13:51:57 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-04-07 13:51:57 +0200 |
| commit | 512ae6d23112bf9ce0de2782adab0b9874f69b31 (patch) | |
| tree | 5e60370e281399e897c3aa4d2b31adc7742b07f3 /tests | |
| parent | 29b9c9bcb06cb19f39ead0184b05ae8c96eda9cb (diff) | |
| download | cgeo-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')
| -rw-r--r-- | tests/src/cgeo/geocaching/StaticMapsProviderTest.java | 7 |
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() { |
