diff options
| author | 2020-02-08 17:29:57 +0000 | |
|---|---|---|
| committer | 2020-02-08 17:29:57 +0000 | |
| commit | 5fec9dba93309327338df29e822ef06d7564b17c (patch) | |
| tree | 352aa221ba13f132602d822af57f39c00bff1104 | |
| parent | 729082ca25df6a6a879d7ec0602c3e69b5757fa9 (diff) | |
| parent | f4c2abc3f73ea5eb069e76538d78539e9014c675 (diff) | |
Merge "Re-enable testHandleIdleMaintenance_deleteStaleSessions."
| -rw-r--r-- | services/tests/mockingservicestests/src/com/android/server/blob/BlobStoreManagerServiceTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/tests/mockingservicestests/src/com/android/server/blob/BlobStoreManagerServiceTest.java b/services/tests/mockingservicestests/src/com/android/server/blob/BlobStoreManagerServiceTest.java index 1f147403d655..3778e17f4320 100644 --- a/services/tests/mockingservicestests/src/com/android/server/blob/BlobStoreManagerServiceTest.java +++ b/services/tests/mockingservicestests/src/com/android/server/blob/BlobStoreManagerServiceTest.java @@ -43,7 +43,6 @@ import com.android.server.blob.BlobStoreManagerService.Injector; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; @@ -210,7 +209,6 @@ public class BlobStoreManagerServiceTest { verify(file3, never()).delete(); } - @Ignore @Test public void testHandleIdleMaintenance_deleteStaleSessions() throws Exception { // Setup sessions |