diff options
| author | 2023-03-14 19:46:29 +0000 | |
|---|---|---|
| committer | 2023-03-14 19:46:29 +0000 | |
| commit | 52c6d32086c220b0b90d6a6a2ac45b815a7d98cc (patch) | |
| tree | 248c1edbf4107db890f2cfa1eb2d91aa84bc80d6 | |
| parent | bdc1ca023a3d69349dad9857c7a6a90f926551a2 (diff) | |
| parent | b0ca1b2dd65e987ad8e0f4c70cc1932040ab300a (diff) | |
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: I8f6566dac7c4a5389bfd354a56e5b947d00f9d8d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java index 8419276f4406..14c5cb4bb1a9 100644 --- a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java +++ b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java @@ -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(); |