Merge "Fix CTS failed when publish device capabilities." am: 833b4a1ed4

Original change: https://android-review.googlesource.com/c/platform/cts/+/1649976

Change-Id: I06b915121aba9316cbb0865280bcc256755df360
diff --git a/tests/tests/security/OWNERS b/tests/tests/security/OWNERS
index 5c6bb98..5787345 100644
--- a/tests/tests/security/OWNERS
+++ b/tests/tests/security/OWNERS
@@ -1,6 +1,7 @@
 # Bug component: 36824
 cbrubaker@google.com
 jeffv@google.com
+nnk@google.com
 mspector@google.com
 manjaepark@google.com
 cdombroski@google.com
diff --git a/tests/tests/telephony/current/src/android/telephony/cts/TelephonyManagerTest.java b/tests/tests/telephony/current/src/android/telephony/cts/TelephonyManagerTest.java
index ac58f03..711bb7a 100644
--- a/tests/tests/telephony/current/src/android/telephony/cts/TelephonyManagerTest.java
+++ b/tests/tests/telephony/current/src/android/telephony/cts/TelephonyManagerTest.java
@@ -465,7 +465,6 @@
         }
     }
 
-    @Test
     public void testListen() throws Throwable {
         if (!InstrumentationRegistry.getContext().getPackageManager()
                 .hasSystemFeature(PackageManager.FEATURE_TELEPHONY)) {