Suppress flaky test HeapTest#testOomeLarge.

BUG 2170975
This commit is contained in:
Brett Chabot
2009-10-06 19:13:31 -07:00
parent 5bba632d87
commit b8a4e5f79a

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.