summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2023-06-30 09:53:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-30 09:53:20 +0000
commit6b7b9b22111b823a2bc3eab2f0fbb09fc8c3f418 (patch)
treedbaed7333ab74690235eba5c3eae5ffc82482f52
parent8d868663779fe11676416d0311df9798e6ba1f40 (diff)
parent01c3e62c456ed2da7ffd797308dd2bca6b5844d2 (diff)
downloadcts-6b7b9b22111b823a2bc3eab2f0fbb09fc8c3f418.tar.gz
Merge "RESTRICT AUTOMERGE Skip CtsJvmtiRunTest911HostTestCases on Android 12 and 13" into android12-tests-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-exclude.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-exclude.xml b/tools/cts-tradefed/res/config/cts-exclude.xml
index 8914aeab06d..60b9609194c 100644
--- a/tools/cts-tradefed/res/config/cts-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-exclude.xml
@@ -39,6 +39,8 @@
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:exclude-annotation:android.platform.test.annotations.AsbSecurityTest" />
<option name="compatibility:test-arg" value="com.android.compatibility.common.tradefed.testtype.JarHostTest:exclude-annotation:android.platform.test.annotations.AsbSecurityTest" />
+ <!-- Exclude JvmtiHostTest911 as it's tested in MTS and depends on implementation details of the ART module. http://b/286797612 -->
+ <option name="compatibility:exclude-filter" value="CtsJvmtiRunTest911HostTestCases" />
<!-- Exclude few tests as it depends on implementation details of the ART module. b/287732826 -->
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest913HostTestCases" />
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest912HostTestCases" />