Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15e74b9d authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1939 into donut

* changes:
  Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
parents 9d16d207 78a1c906
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {