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

Commit 164c648d authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

@Ignore for KeyguardControllerTest

transientIndication_releasesWakeLock_afterHidingDelayed is slightly
flaky.

Test: runtest systemui
Bug: 36211361
Change-Id: I0e71c445efae54c45cca418653a8d6df2888d722
parent b3d2e110
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;

@@ -175,6 +176,7 @@ public class KeyguardIndicationControllerTest extends SysuiTestCase {
        assertFalse(mWakeLock.isHeld());
    }

    @Ignore("Flaky")
    @Test
    public void transientIndication_releasesWakeLock_afterHidingDelayed() throws Throwable {
        mInstrumentation.runOnMainSync(() -> {