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

Commit 50bbeed5 authored by Robin Lee's avatar Robin Lee
Browse files

SurfaceAnimationRunnerTest: Remove @FlakyTest

Change-Id: I7b3eddabfaf75c6fe053715c14c518013b8bdac1
Test: atest --iterations 100 'com.android.server.wm.SurfaceAnimationRunnerTest#testCancel_sneakyCancelBeforeUpdate'
Fix: 71719744
parent 2438dd6d
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);