OSDN Git Service

Add AutoCancelTest back to framework tests
authorChet Haase <chet@google.com>
Tue, 19 Jan 2016 16:52:08 +0000 (08:52 -0800)
committerChet Haase <chet@google.com>
Tue, 19 Jan 2016 16:54:37 +0000 (08:54 -0800)
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

index 5810818..b1f88db 100644 (file)
@@ -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<BasicAnimatorActivity> {
 
     boolean mAnimX1Canceled = false;