summaryrefslogtreecommitdiffstats
path: root/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidTests/src/com/android/unit_tests/HeapTest.java')
-rw-r--r--tests/AndroidTests/src/com/android/unit_tests/HeapTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
index d51cc26..f6ae6f6 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.