summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMythri Alle <mythria@google.com>2023-06-29 10:37:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-29 10:37:33 +0000
commit8d868663779fe11676416d0311df9798e6ba1f40 (patch)
treed2bcaefeaf851d1ad7bd37ecec16f2453d45372d
parente3a23d24b6a39a62119d56392390edff92807b81 (diff)
parent6e763e3a0f87da2506851c2f1a677caa4ef81958 (diff)
downloadcts-8d868663779fe11676416d0311df9798e6ba1f40.tar.gz
Merge "RESTRICT AUTOMERGE Skip few CTS Jvmti tests on Android 12 and 13" into android12-tests-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-exclude.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-exclude.xml b/tools/cts-tradefed/res/config/cts-exclude.xml
index c62ac11de13..8914aeab06d 100644
--- a/tools/cts-tradefed/res/config/cts-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-exclude.xml
@@ -38,4 +38,9 @@
<!-- Exclude @SecurityTest tests from CTS. These are tested in STS. b/180417031-->
<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 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" />
+ <option name="compatibility:exclude-filter" value="CtsJvmtiRunTest988HostTestCases" />
</configuration>