Ignore flaky test. See discussion on bug.

Bug: 72956607
Test: runtest systemui
Change-Id: Iec85ee3bfe5f88c0b760f52e7cee44ec5af2f102
This commit is contained in:
Alison Cichowlas
2018-02-06 18:06:03 -05:00
parent 7f03076ba5
commit 863cee7568

View File

@@ -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();
}
}
}