summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-06 00:02:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-06 00:02:06 +0000
commit99cb88b1c7be7c1b12da45316656546ced4cde26 (patch)
treed99df8583c9afc3609b08394f1f5f9f9b3459df6
parentb2c0d66ce6e81f1f04737b0dfee232cc07d7b72b (diff)
parent941a35f1af86b343ab6eca1a7829b550b017c4a9 (diff)
downloadcts-99cb88b1c7be7c1b12da45316656546ced4cde26.tar.gz
Snap for 9459725 from 941a35f1af86b343ab6eca1a7829b550b017c4a9 to tm-qpr2-release
Change-Id: I14eff6a135b6aeb6470bcf4756abe2c057f2f0af
-rw-r--r--tests/inputmethod/src/android/view/inputmethod/cts/InputMethodServiceTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/inputmethod/src/android/view/inputmethod/cts/InputMethodServiceTest.java b/tests/inputmethod/src/android/view/inputmethod/cts/InputMethodServiceTest.java
index f4799bca13a..9ada205c4f3 100644
--- a/tests/inputmethod/src/android/view/inputmethod/cts/InputMethodServiceTest.java
+++ b/tests/inputmethod/src/android/view/inputmethod/cts/InputMethodServiceTest.java
@@ -96,6 +96,7 @@ import com.android.cts.mockime.ImeSettings;
import com.android.cts.mockime.MockImeSession;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -798,6 +799,7 @@ public class InputMethodServiceTest extends EndToEndImeTestBase {
* Here we use {@link WindowLayoutInfoParcelable} to pass {@link WindowLayoutInfo} values
* between this test process and the MockIME process.
*/
+ @Ignore("b/264026686")
@Test
@ApiTest(apis = {
"androidx.window.extensions.layout.WindowLayoutComponent#addWindowLayoutInfoListener"})