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

Commit 7a4aef0b authored by Candice Lo's avatar Candice Lo
Browse files

Revert "Mark WindowMagnificationAnimationControllerTest as flaky"

This reverts commit db604850.

Reason for revert: Creating revert for re-enabling the test in presubmit

Bug: 308501761
Flag: N/A
Test: N/A
Change-Id: I26d02fb10c63e4e744729bb2af782bf659e36213
parent 03b5547f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,7 +43,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;
@@ -68,7 +67,6 @@ import java.util.concurrent.atomic.AtomicReference;

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

    @Rule