summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Scott <scottjonathan@google.com>2022-02-07 19:32:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-10 00:41:57 +0000
commit02a749b8173a7bdca9a5609e12cd1d31244a25ec (patch)
tree5e0e9a07d41633589c7f17c461ea80ce2e2b007d
parentb6fcae297c78d3e1628bf9be6490447bdb9b8643 (diff)
downloadcts-02a749b8173a7bdca9a5609e12cd1d31244a25ec.tar.gz
[DO NOT MERGE] Add KeyManagementTests to known failures until mainline can be updated.
Test: N/A Bug: 209382234 Change-Id: Ib61be932fcec53ead2cdeaaaed34276ed49f0c13 (cherry picked from commit 460dbfdbcdb5de75eadf0c35afd906dcd7055cce) Merged-In:Ib61be932fcec53ead2cdeaaaed34276ed49f0c13
-rw-r--r--tools/cts-tradefed/res/config/cts-known-failures.xml2
1 files changed, 2 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 4a31eea22bf..1205fd36ed0 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -248,4 +248,6 @@
<!-- b/204721335 -->
<option name="compatibility:exclude-filter" value="CtsWindowManagerJetpackTestCases android.server.wm.jetpack.SidecarTest#testSidecarInterface_onWindowLayoutChangeListener" />
+ <!-- b/209382234 -->
+ <option name="compatibility:exclude-filter" value="CtsDevicePolicyTestCases android.devicepolicy.cts.KeyManagementTest" />
</configuration>