From 48ac6e99651cbc2b14a7d54b8a1a92e426aa7d18 Mon Sep 17 00:00:00 2001 From: czq Date: Fri, 2 Jun 2023 10:37:17 +0800 Subject: Disable deprecated abi warning window for InputMethodStressTest New alert window was added to warn when 32-bit apps are launched on 64-bit devices. However, that interrupts some UI tests when they were launched in `module-abi: x86` or `module-abi: armeabi-v7a` mode. Add the command to disable the warning dialog for these tests. Bug: 284559054 Test: atest Change-Id: I1a8ecce60d95e27b00f45231f13c6aa80d1cf0bc --- tests/InputMethodStressTest/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/InputMethodStressTest/AndroidTest.xml b/tests/InputMethodStressTest/AndroidTest.xml index bedf0990a188..bfebb42ad244 100644 --- a/tests/InputMethodStressTest/AndroidTest.xml +++ b/tests/InputMethodStressTest/AndroidTest.xml @@ -19,6 +19,7 @@ + -- cgit v1.2.3-59-g8ed1b