Merge change I3429f77a into eclair

* changes:
  Suppress flaky test HeapTest#testOomeLarge.
This commit is contained in:
Android (Google) Code Review
2009-10-06 22:35:27 -04:00

View File

@@ -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.