diff options
Diffstat (limited to 'tests/AndroidTests/src/com/android/unit_tests')
-rwxr-xr-x | tests/AndroidTests/src/com/android/unit_tests/AppCacheTest.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/AppCacheTest.java b/tests/AndroidTests/src/com/android/unit_tests/AppCacheTest.java index f2f7743..fa7b9ff 100755 --- a/tests/AndroidTests/src/com/android/unit_tests/AppCacheTest.java +++ b/tests/AndroidTests/src/com/android/unit_tests/AppCacheTest.java @@ -136,9 +136,7 @@ public class AppCacheTest extends AndroidTestCase { if(localLOGV || TRACKING) Log.i(TAG, "blks3="+blks3); verifyTestFiles1(cacheDir, "testtmpdir", 5); } - - // TODO: flaky test - // @LargeTest + public void testFreeApplicationCacheSomeFiles() throws Exception { StatFs st = new StatFs("/data"); long blks1 = getFreeStorageBlks(st); |