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

Commit 863cee75 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Ignore flaky test. See discussion on bug.

Bug: 72956607
Test: runtest systemui
Change-Id: Iec85ee3bfe5f88c0b760f52e7cee44ec5af2f102
parent 7f03076b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;