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

Commit 35d7a510 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Ignore passengerShowImeNotAffectDriver until it is flaky

Bug: 352823913
Test: atest ConcurrentMultiUserTest
Flag: EXEMPT test fix
Change-Id: Ib5a67064a9555c32ccde857b510e33900513e826
parent c44566f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ import com.android.compatibility.common.util.SystemUtil;
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -110,6 +111,7 @@ public final class ConcurrentMultiUserTest {
    }

    @Test
    @Ignore("b/352823913")
    public void passengerShowImeNotAffectDriver() throws Exception {
        assertDriverImeHidden();
        assertPassengerImeHidden();