diff options
author | Brett Chabot <brettchabot@android.com> | 2009-10-06 19:13:31 -0700 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2009-10-06 19:33:24 -0700 |
commit | b8a4e5f79a33222d2ab03da7549b0a9a37da2001 (patch) | |
tree | 8814fe48ec0d21f6d6a6a4e7ec93fd4ef824a4ae /tests | |
parent | 5bba632d877c2878384ff21566c8eb6a1a22f37b (diff) | |
download | frameworks_base-b8a4e5f79a33222d2ab03da7549b0a9a37da2001.zip frameworks_base-b8a4e5f79a33222d2ab03da7549b0a9a37da2001.tar.gz frameworks_base-b8a4e5f79a33222d2ab03da7549b0a9a37da2001.tar.bz2 |
Suppress flaky test HeapTest#testOomeLarge.
BUG 2170975
Diffstat (limited to 'tests')
-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 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 @@ 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. |