aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Huang <jeffreyhuang@google.com>2020-06-25 21:45:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-25 21:45:35 +0000
commit255409d6d134ef2bd6cbd7086dade8e46d0be5ae (patch)
treef6bbb4a6912f1d1bb844fbf96a3b1ff01828ed80
parent9d8a509607f288d29853b8a7ad6bb19e7ef77f9c (diff)
parent85bc1cf76685d1ead1c814ee5857adaddad8aac8 (diff)
downloadplatform_test_mts-255409d6d134ef2bd6cbd7086dade8e46d0be5ae.tar.gz
platform_test_mts-255409d6d134ef2bd6cbd7086dade8e46d0be5ae.tar.bz2
platform_test_mts-255409d6d134ef2bd6cbd7086dade8e46d0be5ae.zip
Disable GTS tests from MTS am: 85bc1cf766
Original change: https://googleplex-android-review.googlesource.com/c/platform/test/mts/+/11987889 Change-Id: I5bc519dbe41b2cfd3cc198bba9b5ac21e3530c11
-rw-r--r--tools/mts-tradefed/res/config/mts-statsd-tests-list-user.xml2
-rw-r--r--tools/mts-tradefed/res/config/mts-tests-list-user.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/mts-tradefed/res/config/mts-statsd-tests-list-user.xml b/tools/mts-tradefed/res/config/mts-statsd-tests-list-user.xml
index 5a12615..d9628e0 100644
--- a/tools/mts-tradefed/res/config/mts-statsd-tests-list-user.xml
+++ b/tools/mts-tradefed/res/config/mts-statsd-tests-list-user.xml
@@ -26,5 +26,5 @@
<!-- Enable MainlineTestModuleController. -->
<option name="compatibility:module-arg" value="CtsStatsdHostTestCases:enable:true" />
<option name="compatibility:module-arg" value="FrameworkStatsdTest:enable:true" />
- <option name="compatibility:module-arg" value="GtsStatsdHostTestCases:true" />
+ <option name="compatibility:module-arg" value="GtsStatsdHostTestCases:enable:true" />
</configuration>
diff --git a/tools/mts-tradefed/res/config/mts-tests-list-user.xml b/tools/mts-tradefed/res/config/mts-tests-list-user.xml
index 40a9801..4046604 100644
--- a/tools/mts-tradefed/res/config/mts-tests-list-user.xml
+++ b/tools/mts-tradefed/res/config/mts-tests-list-user.xml
@@ -34,5 +34,10 @@
TODO(b/158818152): remove once GTS tests can run on user build -->
<option name="compatibility:exclude-filter" value="GtsGmscoreHostTestCases" />
<option name="compatibility:exclude-filter" value="GtsBackupHostTestCases" />
+
+ <!-- Exclude Statsd GTS tests that cannot run on user build due to signature mismatch with
+ GMSCore
+ TODO(b/158818152): remove once GTS tests can run on user build -->
+ <option name="compatibility:exclude-filter" value="GtsStatsdHostTestCases" />
</configuration>