Suppress flaky test HeapTest#testOomeLarge.

BUG 2170975
diff --git a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
index d21e6a3..d51cc26 100644
--- a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
+++ b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
@@ -485,7 +485,8 @@
         }
     }
 
-    @MediumTest
+    // TODO: flaky test
+    //@MediumTest
     public void testOomeLarge() throws Exception {
         /* Just shy of the typical max heap size so that it will actually
          * try to allocate it instead of short-circuiting.