Merge "Include janky runs on flicker rotation tests" am: 3341bbefea

am: fcc1ef2d7d

Change-Id: I5116803d89a5d85fc1a66fc6af6c0a91c824d178
This commit is contained in:
Nataniel Borges
2019-11-26 08:42:34 -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)