am dcef5348: am 8742696b: am c20fc77c: Merge change Iefd4a388 into eclair

Merge commit 'dcef5348f4457b20bcf29b8754a07160ea572372'

* commit 'dcef5348f4457b20bcf29b8754a07160ea572372':
  Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles
This commit is contained in:
Brett Chabot
2009-11-04 13:46:28 -08:00
committed by Android Git Automerger

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);