diff --git a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java index d21e6a3739844..d51cc26ef3fbd 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 @@ public class HeapTest extends TestCase { } } - @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.