diff --git a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java index d51cc26ef3fbd..f6ae6f65a40b6 100644 --- a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java +++ b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java @@ -541,7 +541,8 @@ public class HeapTest extends TestCase { } } - @SmallTest + // TODO: flaky test + //@SmallTest public void testExternalOomeLarge() { /* Just shy of the typical max heap size so that it will actually * try to allocate it instead of short-circuiting.