Removed test for CVE-2016-9754

This test needs to be reworked as the current implementation causes
memory issues on some devices.
Bug: 32659848
Bug: 72495121
Test: Builds successfully
Merged-In: Ib16b368b2a031fb4f614886dfd052d49703b09b0

Change-Id: Id185ce52b074bacda9f1c864c7bb23b4df9c6b9c
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/Poc17_01.java b/hostsidetests/securitybulletin/src/android/security/cts/Poc17_01.java
index 3446507..aba9ed0 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/Poc17_01.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/Poc17_01.java
@@ -124,14 +124,4 @@
             assertTrue(!result.equals("Vulnerable"));
         }
     }
-
-    /**
-     *  b/32659848
-     */
-    @SecurityTest
-    public void testPoc32659848() throws Exception {
-        String command =
-            "echo 18014398509481980 > /sys/kernel/debug/tracing/buffer_size_kb";
-        AdbUtils.runCommandLine(command, getDevice());
-    }
 }