From 863cee75685aec539147ebfc7c119c22cbb0fe12 Mon Sep 17 00:00:00 2001 From: Alison Cichowlas Date: Tue, 6 Feb 2018 18:06:03 -0500 Subject: [PATCH] Ignore flaky test. See discussion on bug. Bug: 72956607 Test: runtest systemui Change-Id: Iec85ee3bfe5f88c0b760f52e7cee44ec5af2f102 --- .../systemui/statusbar/policy/LocationControllerImplTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java index a10bebfd4f2d9..e1b97bdadadce 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java @@ -29,12 +29,14 @@ import com.android.systemui.SysuiTestCase; import com.android.systemui.statusbar.policy.LocationController.LocationChangeCallback; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest +@Ignore public class LocationControllerImplTest extends SysuiTestCase { private LocationControllerImpl mLocationController; @@ -79,4 +81,4 @@ public class LocationControllerImplTest extends SysuiTestCase { TestableLooper.get(this).processAllMessages(); } -} \ No newline at end of file +}