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

Commit 6aac900d authored by Yabin Huang's avatar Yabin Huang
Browse files

Skip flaky passengerHideImeNotAffectDriver

Bug: 350562427
Change-Id: I95d4a6044badf4b752fc8c7859ede388211de6a3
Test: atest com.android.server.inputmethod.multisessiontest.ConcurrentMultiUserTest
Flag: TEST_ONLY
parent 8cd9a639
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 {
        assertPassengerImeHidden();
    }

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