summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinazh <tinazh@google.com>2016-10-24 16:26:07 -0700
committertinazh <tinazh@google.com>2016-10-24 16:26:07 -0700
commitb13c31bd49be004d4a11c6e4e31d1fdc20642ca4 (patch)
tree7930ce8fface184a6caefac387802531a973b16b
parent12e04802884e7a11fb2e94ee279ee7f85f92b84b (diff)
downloadcts-b13c31bd49be004d4a11c6e4e31d1fdc20642ca4.tar.gz
Disable ListeningPortsTest
The test is originally introduced to help device manufacturers to catch security vulnerabilities that would occur when they ship by mistake a debugging daemon with open ports. However the increased use of mDNS and other services triggered a too high level of false negatives. Hence the test is being disabled now, and will be reintroduced later on when there is a better way to address the false negatives. Bug: 31803630 Change-Id: Ibdd6cc3b2075abf2959f017c319485b77a30fc45
-rw-r--r--tests/expectations/knownfailures.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/expectations/knownfailures.txt b/tests/expectations/knownfailures.txt
index 149a196b14c..284719ef898 100644
--- a/tests/expectations/knownfailures.txt
+++ b/tests/expectations/knownfailures.txt
@@ -1,5 +1,12 @@
[
{
+ description: "Disable ListeningPortsTest",
+ names: [
+ "android.security.cts.ListeningPortsTest"
+ ],
+ bug: 31803630
+},
+{
description: "some AlarmClockTests are not robust across different device types",
names: [
"android.alarmclock.cts.DismissAlarmTest#testAll",