diff options
author | Brett Chabot <brettchabot@android.com> | 2009-10-19 17:34:33 -0700 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2009-10-19 17:34:33 -0700 |
commit | 1932e8f81112fea5f182ac1f3af2b53e1b2a398d (patch) | |
tree | 63aefbd5ed799d8a4aec450bd03fa2db9ca176e5 /tests/AndroidTests/src/com/android | |
parent | cea8f8e4a8506678c0255763f46d1f6577f991a1 (diff) | |
download | frameworks_base-1932e8f81112fea5f182ac1f3af2b53e1b2a398d.zip frameworks_base-1932e8f81112fea5f182ac1f3af2b53e1b2a398d.tar.gz frameworks_base-1932e8f81112fea5f182ac1f3af2b53e1b2a398d.tar.bz2 |
Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.
BUG 2170975
Diffstat (limited to 'tests/AndroidTests/src/com/android')
-rw-r--r-- | tests/AndroidTests/src/com/android/unit_tests/HeapTest.java | 3 |
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. |