From ba4e5c2ce4f5f1eb117cbaacf3556f125fc1562e Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Mon, 20 Nov 2023 16:22:00 +0000 Subject: Attempt fixing FrameworksImeTests The current suspicion is that SimpleTestIme isn't considered installed yet by the time that `am instrument` is invoked, and then fails with a signature mismatch. To work around that, install the SimpleTestIme first. Change-Id: Ic3722164c27f2f547b39afd418a70fbe3e9442bf Fixes: 311042427 --- .../src/com/android/inputmethodservice/AndroidTest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml b/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml index 6c24d6d6e5a6..820628c98dee 100644 --- a/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml +++ b/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml @@ -21,8 +21,8 @@