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

Commit 05988c3b authored by Riley Jones's avatar Riley Jones
Browse files

Ignoring testOnScreenLock_cannotOpenMenu

The test inexplicably fails in presubmit/postsubmit,
but the failure cannot be reproduced locally. The test is low-impact,
so without a lead we've opted to set it to be ignored.

Test: atest AccessibilityMenuServiceTest
Bug: 324945360
Flag: N/A
Change-Id: I7bd819eb4cd1a914571a50e51c60ba002b333c22
parent dcacfa43
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ import org.junit.AfterClass;
import org.junit.Assume;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -452,6 +453,8 @@ public class AccessibilityMenuServiceTest {
    }

    @Test
    @Ignore("Test failure in pre/postsubmit cannot be replicated on local devices. "
            + "Coverage is low-impact.")
    public void testOnScreenLock_cannotOpenMenu() throws Throwable {
        closeScreen();
        wakeUpScreen();