From 89a5d8301b53e96a5bcb480abe94556a3a1d5d1d Mon Sep 17 00:00:00 2001 From: Kohsuke Yatoh Date: Fri, 24 Feb 2023 04:11:22 +0000 Subject: [PATCH] RESTRICT AUTOMERGE Ignore testShowHideInSameFrame on T QPR ImeOpenCloseStressTest#testShowHideInSameFrame() has started failing without any obvious culprit. Since T QPR is closed for fixes, disabling the test. Bug: 268556567 Fixes: 280066996 Test: m InputMethodStressTest Change-Id: Ibcd01e0d722f5ebb846e75f72ba4e770f7030d32 (cherry picked from commit 80096c5dc09a36de3661b8f33ac7b64dcd19aace) --- .../android/inputmethod/stresstest/ImeOpenCloseStressTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java index 8419276f4406a..14c5cb4bb1a9d 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();