diff options
| author | 2009-05-18 19:34:33 -0700 | |
|---|---|---|
| committer | 2009-05-18 19:34:33 -0700 | |
| commit | 15e74b9da8b4cda11ee54da1e77a02d1a86c944a (patch) | |
| tree | 6d8f6f24472bbe59dc2889a28fff941bbb5a2e84 | |
| parent | 9d16d2072be18b1734c22cd58cd9a07af28ede41 (diff) | |
| parent | 78a1c9067fec4664e36df5b0ccbc4e16979fcb35 (diff) | |
Merge change 1939 into donut
* changes:
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
| -rw-r--r-- | tests/CoreTests/android/location/LocationManagerProximityTest.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/CoreTests/android/location/LocationManagerProximityTest.java b/tests/CoreTests/android/location/LocationManagerProximityTest.java index 3f43bcf08148..e82d8780ddef 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 { |