Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8742696b authored by Brett Chabot's avatar Brett Chabot Committed by Android Git Automerger
Browse files

am c20fc77c: Merge change Iefd4a388 into eclair

Merge commit 'c20fc77c' into eclair-mr2

* commit 'c20fc77c':
  Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles
parents 3d2d155a c20fc77c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);