Merge "Ignore more flaky tests." into qt-dev

This commit is contained in:
Josh Tsuji
2019-05-22 17:16:28 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ public class ExpandedAnimationControllerTest extends PhysicsAnimationLayoutTestC
} }
@Test @Test
@Ignore("Flaky")
public void testMagnetToDismiss_dismiss() throws InterruptedException { public void testMagnetToDismiss_dismiss() throws InterruptedException {
expand(); expand();

View File

@@ -234,6 +234,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase
} }
@Test @Test
@Ignore("Flaky")
public void testMagnetToDismiss_dismiss() throws InterruptedException { public void testMagnetToDismiss_dismiss() throws InterruptedException {
final Runnable after = Mockito.mock(Runnable.class); final Runnable after = Mockito.mock(Runnable.class);