Removed TaskSnapshotCacheTest from presumbit

Until b/35196891 is fixed.

Bug: 35196891
Test: TaskSnapshotCacheTest
Change-Id: I636b1da5149e45f24ef740d0d7619743856d6df4
This commit is contained in:
Wale Ogunwale
2017-02-13 07:14:20 -08:00
parent 69f42ecbb6
commit 4a73a22423

View File

@@ -48,7 +48,8 @@ import org.junit.runner.RunWith;
* 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 {