From 7d97a72da2d7f78b16ca0aff206572f58bd0cce1 Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Tue, 19 Jan 2016 08:52:08 -0800 Subject: [PATCH] Add AutoCancelTest back to framework tests This test used to fail consistently, but currently passes. Adding it back to see whether whatever was causing it to fail has since been fixed. If not, need to get failure logs to see what the problem is during the automatic runs. Issue #23807249 Fix AutoCancelTest or delete it Change-Id: Ied0e0d3a700d9ba36d4d5ef8ca95b8072e639851 --- core/tests/coretests/src/android/animation/AutoCancelTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/tests/coretests/src/android/animation/AutoCancelTest.java b/core/tests/coretests/src/android/animation/AutoCancelTest.java index 581081879163..b1f88db86473 100644 --- a/core/tests/coretests/src/android/animation/AutoCancelTest.java +++ b/core/tests/coretests/src/android/animation/AutoCancelTest.java @@ -18,12 +18,10 @@ package android.animation; import android.os.Handler; import android.test.ActivityInstrumentationTestCase2; import android.test.suitebuilder.annotation.SmallTest; -import android.test.suitebuilder.annotation.Suppress; import java.util.HashMap; import java.util.concurrent.TimeUnit; -@Suppress // Failing public class AutoCancelTest extends ActivityInstrumentationTestCase2 { boolean mAnimX1Canceled = false; -- 2.11.0