summaryrefslogtreecommitdiffstats
path: root/tests/CoreTests
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2009-05-18 18:31:47 -0700
committerBrett Chabot <brettchabot@google.com>2009-05-18 19:15:09 -0700
commit78a1c9067fec4664e36df5b0ccbc4e16979fcb35 (patch)
treed7f5713f299b0960e727fd2cedce55bf039164d4 /tests/CoreTests
parenta2a34a5711bde03475b40edfe3cc052ece02700a (diff)
downloadframeworks_base-78a1c9067fec4664e36df5b0ccbc4e16979fcb35.zip
frameworks_base-78a1c9067fec4664e36df5b0ccbc4e16979fcb35.tar.gz
frameworks_base-78a1c9067fec4664e36df5b0ccbc4e16979fcb35.tar.bz2
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
Diffstat (limited to 'tests/CoreTests')
-rw-r--r--tests/CoreTests/android/location/LocationManagerProximityTest.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/CoreTests/android/location/LocationManagerProximityTest.java b/tests/CoreTests/android/location/LocationManagerProximityTest.java
index 3f43bcf..e82d878 100644
--- a/tests/CoreTests/android/location/LocationManagerProximityTest.java
+++ b/tests/CoreTests/android/location/LocationManagerProximityTest.java
@@ -26,6 +26,7 @@ import android.location.LocationManager;
import android.provider.Settings;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.MediumTest;
+import android.test.suitebuilder.annotation.Suppress;
import android.util.Log;
/**
@@ -37,9 +38,11 @@ import android.util.Log;
* adb shell am instrument -e class android.location.LocationManagerProximityTest \
* -w android.core/android.test.InstrumentationTestRunner
*
- * This test requires that the "Allow mock locations" setting be enabled
+ * This test requires that the "Allow mock locations" setting be enabled.
+ * To ensure reliable results, all location providers should be disabled.
*
*/
+@Suppress
@MediumTest
public class LocationManagerProximityTest extends AndroidTestCase {