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

Commit 16a4abf2 authored by Joshua Tsuji's avatar Joshua Tsuji
Browse files

Ignore more flaky tests.

Test: atest SystemUITests
Fixes: 132384561
Change-Id: Ic3962fab1c2b461acba6e1967528541b8305b73b
parent 64f0871e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ public class ExpandedAnimationControllerTest extends PhysicsAnimationLayoutTestC
    }

    @Test
    @Ignore("Flaky")
    public void testMagnetToDismiss_dismiss() throws InterruptedException {
        expand();

+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase
    }

    @Test
    @Ignore("Flaky")
    public void testMagnetToDismiss_dismiss() throws InterruptedException {
        final Runnable after = Mockito.mock(Runnable.class);