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

Commit d0a94375 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Mark flaky test as flaky

Flakyness seems to be around 1%.

Bug: 74780584
Change-Id: Ie0abdb19d626a1a209d58805401b702d563b9cef
parent a033fa7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@ public class SurfaceAnimationRunnerTest extends WindowTestsBase {
        verify(mMockAnimationSpec, atLeastOnce()).apply(any(), any(), eq(0L));
    }

    @FlakyTest(bugId = 74780584)
    @Test
    public void testDeferStartingAnimations() throws Exception {
        mSurfaceAnimationRunner.deferStartingAnimations();