Merge changes from topic "presubmit-am-035b011c796442c5a01387637ca9604c" into tm-qpr-dev-plus-aosp

* changes:
  [automerge] RESTRICT AUTOMERGE Ignore testShowHideInSameFrame on T QPR 2p: 89a5d8301b
  RESTRICT AUTOMERGE Ignore testShowHideInSameFrame on T QPR
This commit is contained in:
TreeHugger Robot
2023-05-03 09:23:56 +00:00
committed by Android (Google) Code Review

View File

@@ -42,6 +42,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.platform.app.InstrumentationRegistry;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -123,6 +124,7 @@ public final class ImeOpenCloseStressTest {
}
}
@Ignore("b/268556567")
@Test
public void testShowHideInSameFrame() {
TestActivity activity = TestActivity.start();