Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles

Bug 1840944
This commit is contained in:
Brett Chabot
2009-10-30 17:45:09 -07:00
parent 4d0bf1201e
commit efd4a388d6

View File

@@ -137,7 +137,8 @@ public class AppCacheTest extends AndroidTestCase {
verifyTestFiles1(cacheDir, "testtmpdir", 5);
}
@LargeTest
// TODO: flaky test
// @LargeTest
public void testFreeApplicationCacheSomeFiles() throws Exception {
StatFs st = new StatFs("/data");
long blks1 = getFreeStorageBlks(st);