Merge change Iefd4a388 into eclair
* changes: Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles
This commit is contained in:
@@ -137,7 +137,8 @@ public class AppCacheTest extends AndroidTestCase {
|
|||||||
verifyTestFiles1(cacheDir, "testtmpdir", 5);
|
verifyTestFiles1(cacheDir, "testtmpdir", 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@LargeTest
|
// TODO: flaky test
|
||||||
|
// @LargeTest
|
||||||
public void testFreeApplicationCacheSomeFiles() throws Exception {
|
public void testFreeApplicationCacheSomeFiles() throws Exception {
|
||||||
StatFs st = new StatFs("/data");
|
StatFs st = new StatFs("/data");
|
||||||
long blks1 = getFreeStorageBlks(st);
|
long blks1 = getFreeStorageBlks(st);
|
||||||
|
|||||||
Reference in New Issue
Block a user