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

Commit 7be306ab authored by Joshua Tsuji's avatar Joshua Tsuji Committed by android-build-merger
Browse files

Merge "Ignore tests that are more flaky after start pos fixes." into qt-dev

am: aedd2186

Change-Id: Ic2aa53d9ed191d2b1165c286e6523c7dbca86ff7
parents 26a823ec aedd2186
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase
    }

    @Test
    @Ignore("Flaking")
    public void testChildAdded() throws InterruptedException {
        // Move the stack to y = 500.
        mStackController.moveFirstBubbleWithStackFollowing(0f, 500f);
@@ -252,6 +253,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase
    }

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