aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@google.com>2020-08-25 15:42:49 +0900
committerKazuhiro Inaba <kinaba@google.com>2020-08-25 06:51:47 +0000
commitdb5145775aefbce90c808c258e04d8be8ff88fcd (patch)
treedd1645ca99a8d1e50a205f7b31d5d5755b408085
parent198388c4da3b16dccefb208835c55f8bd261220b (diff)
downloadperfetto-db5145775aefbce90c808c258e04d8be8ff88fcd.tar.gz
Run CTS only on the primary ABI.
Mixed-ABI execution is not guaranteed for some tests. The test should only run on the ABI where the system is built. Bug: 165619330 Test: CtsPerfettoTestCases or a {x86_64,x86} device runs only x86_64 tests Change-Id: I244fc7e57071b4490547a428346d809f9213bf2b
-rw-r--r--test/cts/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cts/AndroidTest.xml b/test/cts/AndroidTest.xml
index 3d405935e..81d39c31f 100644
--- a/test/cts/AndroidTest.xml
+++ b/test/cts/AndroidTest.xml
@@ -17,7 +17,7 @@
<configuration description="Config for CTS Perfetto test cases">
<option name="config-descriptor:metadata" key="component" value="metrics" />
<option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
- <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
+ <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
<option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
<option name="test-suite-tag" value="cts" />
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">