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

Commit 88d99722 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SurfaceAnimationRunnerTest: Remove @FlakyTest" into main

parents e7f86ee7 50bbeed5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ import android.view.SurfaceControl.Transaction;
import android.view.animation.Animation;
import android.view.animation.TranslateAnimation;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;

import com.android.server.AnimationThread;
@@ -147,7 +146,6 @@ public class SurfaceAnimationRunnerTest {
        assertFinishCallbackNotCalled();
    }

    @FlakyTest(bugId = 71719744)
    @Test
    public void testCancel_sneakyCancelBeforeUpdate() throws Exception {
        final CountDownLatch animationCancelled = new CountDownLatch(1);