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

Commit 0ab4ea3e authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Android (Google) Code Review
Browse files

Merge "Ignore flaky test. See discussion on bug."

parents ecc00786 863cee75
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;