Merge "Ignore testShowHideInSameFrame on T" into tm-dev am: b0ca1b2dd6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21566930

Change-Id: I28e076d9bd14e41a8e8fae96483a5c95b673d7d3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Liana Kazanova
2023-03-14 19:45:56 +00:00
committed by Automerger Merge Worker

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();