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

Commit b85c2bcc authored by Antonio Kantek's avatar Antonio Kantek Committed by Android (Google) Code Review
Browse files

Merge "Ignore passengerShowImeNotAffectDriver until it is flaky" into main

parents 4132de0d 35d7a510
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();