[RESTRICT AUTOMERGE]: Revert "CTS test for Android Security CVE-2018-9525"

This reverts commit f594f81178fecf16c194df1b4f55472c72875ed9.

Test: sts-tradefed
Bug: 111330641
Bug: 117434628
Bug: 159227521
Change-Id: Ia78e3360d5ae29ff32e89d504f120d2346b93c46
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/Poc18_11.java b/hostsidetests/securitybulletin/src/android/security/cts/Poc18_11.java
index 9699b17..0abe1bb 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/Poc18_11.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/Poc18_11.java
@@ -27,16 +27,6 @@
 public class Poc18_11 extends SecurityTestCase {
 
     /**
-     *  b/111330641
-     */
-    @Test
-    @SecurityTest(minPatchLevel = "2018-11")
-    public void testPocCVE_2018_9525() throws Exception {
-        assertTrue(AdbUtils.runCommandGetExitCode(
-                "pm dump com.android.settings | grep SliceBroadcastReceiver", getDevice()) != 0);
-    }
-
-    /**
      *  b/113027383
      */
     @Test