summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-10-06 03:02:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-10-06 03:02:59 +0000
commit722a22f77e03031bbf4adc3cf8749c0ac1f3ed1f (patch)
tree688330530f4f5ea0d83b10041975c03337b0a531
parent03ebf508c76d10bd135970d129789a6d3e6f4f81 (diff)
parenteef0edba9bd1583760241eb8ce8fd86753c17219 (diff)
downloadcts-722a22f77e03031bbf4adc3cf8749c0ac1f3ed1f.tar.gz
Merge "cts-on-gsi-exclude: Exclude UWB tests for Android S GSI image" into stage-aosp-sc-ts-dev am: b2ffc4b8c2 am: eef0edba9b
Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/15982880 Change-Id: Id51f3b5ddde20f656a21162d35b18a5045c006b4
-rw-r--r--tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
index b1584e6e5d6..0145e55b870 100644
--- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -90,4 +90,6 @@
<!-- b/194146521 -->
<option name="compatibility:exclude-filter" value="CtsPermission3TestCases android.permission3.cts.PermissionTest23#testNoResidualPermissionsOnUninstall" />
+ <!-- b/199996926 - No UWB stack support in AOSP for Android S -->
+ <option name="compatibility:exclude-filter" value="CtsUwbTestCases" />
</configuration>