commit | 61fecaff67a243278eb067bedc0915ee72b7887a | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Mon Feb 13 17:54:59 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Feb 13 17:55:02 2017 +0000 |
tree | 2dfc04c3a2d47676f7981cf08a32fa8deaed1797 | |
parent | e8adb45b919f4c8f7c23adc2a61e9ac12b2a2a0f [diff] | |
parent | 4a73a224234a66dcbf597f83121ca9cd4692311e [diff] |
Merge "Removed TaskSnapshotCacheTest from presumbit"
diff --git a/services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java b/services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java index e1a22d9..f1fcba3 100644 --- a/services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java +++ b/services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java
@@ -48,7 +48,8 @@ * runtest frameworks-services -c com.android.server.wm.TaskSnapshotCacheTest */ @SmallTest -@Presubmit +// TODO(b/35196891): Add back to presubmit once the bug is fixed. +//@Presubmit @RunWith(AndroidJUnit4.class) public class TaskSnapshotCacheTest extends TaskSnapshotPersisterTestBase {