summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-07-25 11:00:03 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-28 01:49:27 +0000
commit156e957c49d47f298c4d166cdcd4da02cecd5722 (patch)
treee6f0873e7a269b295e2567e8eb211361b7450ce9
parent716a16a2790bf2492161f30eac7e2691c3f02fe7 (diff)
downloadcts-156e957c49d47f298c4d166cdcd4da02cecd5722.tar.gz
cts: Add uwb tests to known failures list
These tests are flaky. Bug: 292173416 Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:aa799276f99d022d106c48fcf41a2d57aa70b0dc) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c7157fab8cea0350b9ccef1fd9a1581eb4c191bd) Merged-In: I588f53f7c47d85efe11fde197433230c2920336c Change-Id: I588f53f7c47d85efe11fde197433230c2920336c
-rw-r--r--tools/cts-tradefed/res/config/cts-known-failures.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-known-failures.xml b/tools/cts-tradefed/res/config/cts-known-failures.xml
index 1b9bb630475..f5d1477bc2d 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -291,4 +291,8 @@
<!-- b/284365711, b/285449475 -->
<option name="compatibility:exclude-filter" value="CtsBluetoothMultiDevicesTestCases BluetoothMultiDevicesTest" />
+
+ <!-- b/284406623 -->
+ <option name="compatibility:exclude-filter" value="CtsUwbMultiDeviceTestCase_FiraRangingTests" />
+ <option name="compatibility:exclude-filter" value="CtsUwbMultiDeviceTestCase_RangingMeasurementTests" />
</configuration>