Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a69a67 authored by Tyler Freeman's avatar Tyler Freeman
Browse files

fix(magnification): ignore animation test for now until we can refactor it

Bug: b/288926821
Fix: b/289212459
Fix: b/289392705

Test: not anymore
Change-Id: Id0633dc6876f4767354bd13824f1ef00f7bb6f6f
parent 753acc68
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ import com.android.systemui.util.settings.SecureSettings;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Answers;
@@ -65,6 +66,8 @@ import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicReference;

// TODO(b/288926821): un-ignore once fixed
@Ignore("Needs deeper investigation/refactoring, see b/289212459 and b/289392705")
@LargeTest
@RunWith(AndroidTestingRunner.class)
public class WindowMagnificationAnimationControllerTest extends SysuiTestCase {