summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-07-24 09:59:34 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-26 00:56:38 +0000
commit216c9e517d17009a2460272824080d4e804fa31b (patch)
treeb32375734cb1b4e6fd8e456e633bbc679e13ea39
parentf0ac304a582070ed603f4d59e4022ddc4daaeb93 (diff)
downloadcts-216c9e517d17009a2460272824080d4e804fa31b.tar.gz
cts-on-gsi: Exclude uwb tests on gsi
UWB stack has some dependency on vendor partition which causes UWB to fail on GSI images. Bug: 284406623 Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e1f86ed79a5f84949c390c47d7b106c6f2c42a90) Merged-In: I93d7d10cdfd81307fa63061d2cea93610aa8b218 Change-Id: I93d7d10cdfd81307fa63061d2cea93610aa8b218
-rw-r--r--tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml6
1 files changed, 5 insertions, 1 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 2a9eba154a1..ffb38a75956 100644
--- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -150,4 +150,8 @@
<!-- b/284365711, b/285449475 -->
<option name="compatibility:exclude-filter" value="CtsBluetoothMultiDevicesTestCases BluetoothMultiDevicesTest" />
-</configuration> \ No newline at end of file
+ <!-- b/284406623 Exclude uwb tests since there is a vendor partition dependency -->
+ <option name="compatibility:exclude-filter" value="CtsUwbMultiDeviceTestCase_UwbManagerTests" />
+ <option name="compatibility:exclude-filter" value="CtsUwbMultiDeviceTestCase_FiraRangingTests" />
+
+</configuration>