Merge "Include janky runs on flicker rotation tests"

am: 3341bbefea

Change-Id: I05d509ca9ceb0d14725c25f90de4381fd1ff5241
This commit is contained in:
Nataniel Borges
2019-11-26 08:37:23 -08:00
committed by android-build-merger

View File

@@ -82,7 +82,8 @@ public class ChangeAppRotationTest extends FlickerTestBase {
@Before
public void runTransition() {
super.runTransition(
changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation).build());
changeAppRotation(mTestApp, mUiDevice, mBeginRotation, mEndRotation)
.includeJankyRuns().build());
}
@FlakyTest(bugId = 140855415)