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

Commit 036d012f authored by David Saff's avatar David Saff
Browse files

Re-enable WindowMagnificationAnimationControllerTest

Bug: 309236210
Change-Id: Ib3f56e7e2faea34ed0a6b40160c6c3c85196c643
Test: presubmit
Flag: NONE
parent 70eb6511
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ import android.view.WindowManagerGlobal;
import android.view.accessibility.IRemoteMagnificationAnimationCallback;
import android.view.animation.AccelerateInterpolator;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.LargeTest;

import com.android.internal.graphics.SfVsyncFrameCallbackProvider;
@@ -80,7 +79,6 @@ import java.util.function.Supplier;

@LargeTest
@RunWith(AndroidTestingRunner.class)
@FlakyTest(bugId = 308501761)
public class WindowMagnificationAnimationControllerTest extends SysuiTestCase {

    @Rule