summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Groover <mpgroover@google.com>2022-02-08 11:26:26 -0800
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-10 00:41:59 +0000
commitaaa9b16923fffc6a175f86627421d096c4ff18ed (patch)
treead9995f6d9bd43b0f578b62cbb5d57e15ecbd4ca
parent02a749b8173a7bdca9a5609e12cd1d31244a25ec (diff)
downloadcts-aaa9b16923fffc6a175f86627421d096c4ff18ed.tar.gz
[DO NOT MERGE]Add testNoRemotelyAccessibleListeningUdpPorts to known-failures
This test is currently failing due to a known listening port; this commit adds this test to the known-failures list to allow time for this issue to be resolved.     Bug: 203177211 Test: cts-tradefed run cts -m CtsAppSecurityHostTestCases        -t android.appsecurity.cts.ListeningPortsTest Change-Id: I07797665ef9199ba6bfbab5df5b9322c5c7cfe04 (cherry picked from commit c4ad9207e4233b9194b82fc07194ce3ac5b02ff7) Merged-In:I07797665ef9199ba6bfbab5df5b9322c5c7cfe04
-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 1205fd36ed0..180aaa79aa7 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -250,4 +250,8 @@
<!-- b/209382234 -->
<option name="compatibility:exclude-filter" value="CtsDevicePolicyTestCases android.devicepolicy.cts.KeyManagementTest" />
+
+ <!-- b/203177211 -->
+ <option name="compatibility:exclude-filter" value="CtsAppSecurityHostTestCases android.appsecurity.cts.ListeningPortsTest#testNoRemotelyAccessibleListeningUdpPorts" />
+
</configuration>