Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/KeyguardIndicationControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ import com.android.systemui.statusbar.phone.KeyguardIndicationTextView; import com.android.systemui.util.wakelock.WakeLockFake; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -175,6 +176,7 @@ public class KeyguardIndicationControllerTest extends SysuiTestCase { assertFalse(mWakeLock.isHeld()); } @Ignore("Flaky") @Test public void transientIndication_releasesWakeLock_afterHidingDelayed() throws Throwable { mInstrumentation.runOnMainSync(() -> { Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/KeyguardIndicationControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ import com.android.systemui.statusbar.phone.KeyguardIndicationTextView; import com.android.systemui.util.wakelock.WakeLockFake; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -175,6 +176,7 @@ public class KeyguardIndicationControllerTest extends SysuiTestCase { assertFalse(mWakeLock.isHeld()); } @Ignore("Flaky") @Test public void transientIndication_releasesWakeLock_afterHidingDelayed() throws Throwable { mInstrumentation.runOnMainSync(() -> { Loading