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

am: d31c9628c9

Change-Id: If5495ad0cda6056ad79c2bf18d7def1de228d4fe
This commit is contained in:
Josh Tsuji
2019-05-22 14:51:38 -07:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -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);