Ignore flaky test. See discussion on bug.
Bug: 72956607 Test: runtest systemui Change-Id: Iec85ee3bfe5f88c0b760f52e7cee44ec5af2f102
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user