Temporarily disable WindowMagnificationAnimationControllerTest

This test has high flaky rate due to the animation might
not run in expection. We temporarily disable it to prevent it
runs in presubmit. In the future we will add a mock animator
for testing.

bug: 176890994
Test: WindowMagnificationAnimationControllerTest
Change-Id: I920d3a3163e9b5d791f350c435cc320039c2d794
This commit is contained in:
ryanlwlin
2021-01-11 16:57:22 +08:00
parent c741ed776b
commit 5830f0787f

View File

@@ -37,13 +37,14 @@ import android.view.accessibility.IRemoteMagnificationAnimationCallback;
import android.view.animation.AccelerateInterpolator;
import androidx.test.InstrumentationRegistry;
import androidx.test.filters.MediumTest;
import androidx.test.filters.LargeTest;
import com.android.internal.graphics.SfVsyncFrameCallbackProvider;
import com.android.systemui.SysuiTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -54,7 +55,8 @@ import org.mockito.MockitoAnnotations;
import java.util.concurrent.atomic.AtomicReference;
@MediumTest
@Ignore
@LargeTest
@RunWith(AndroidTestingRunner.class)
public class WindowMagnificationAnimationControllerTest extends SysuiTestCase {