summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-07-06 00:14:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-07-06 00:14:04 +0000
commit4a1bf3c16c8598231f117d576085f33706f5a1d0 (patch)
tree759ccaf9cab26fb3b233eb1dd46325eb65833239
parent6b7b9b22111b823a2bc3eab2f0fbb09fc8c3f418 (diff)
parentdeb6c69962f1ecbad030aa6f3628a433b886b778 (diff)
downloadcts-4a1bf3c16c8598231f117d576085f33706f5a1d0.tar.gz
Merge "RESTRICT AUTOMERGE Skip a CtsJdwpTestCases on Android 12 and 13" into android12-tests-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-exclude.xml b/tools/cts-tradefed/res/config/cts-exclude.xml
index 60b9609194c..46215bc41e4 100644
--- a/tools/cts-tradefed/res/config/cts-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-exclude.xml
@@ -45,4 +45,10 @@
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest913HostTestCases" />
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest912HostTestCases" />
<option name="compatibility:exclude-filter" value="CtsJvmtiRunTest988HostTestCases" />
+
+ <!-- Exclude VirtualMachine_ExitTest#testExit001 that is failing on a known bug in
+ apache-harmony. There is no branch for apache-harmony in these tests.
+ TODO(b/286794967): Remove this temporary exclusion when branch aosp/android12-tests-dev
+ is created in `platform/external/apache-harmony` (b/289038766) -->
+ <option name="compatibility:exclude-filter" value="CtsJdwpTestCases org.apache.harmony.jpda.tests.jdwp.VirtualMachine_ExitTest#testExit001" />
</configuration>