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

Commit b7d2f921 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Remove unnecessary flaky check from test

Bug: 338492203
Flag: NONE
Test: atest FrameworksCoreTests:WindowOnBackInvokedDispatcherTest
Change-Id: Ibe018c5b470cfb775c24c87b313ac88445463d20
parent c78496f9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -384,11 +384,7 @@ public class WindowOnBackInvokedDispatcherTest {
        clearInvocations(mCallback1);

        callbackInfo.getCallback().onBackCancelled();

        waitForIdle();
        // verify onBackCancelled not yet called (since BackProgressAnimator animates
        // progress to 0 first)
        verify(mCallback1, never()).onBackCancelled();

        // simulate start of new gesture while cancel animation is still running
        callbackInfo.getCallback().onBackStarted(mBackEvent);