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

Commit efd4a388 authored by Brett Chabot's avatar Brett Chabot
Browse files

Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles

Bug 1840944
parent 4d0bf120
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);