Merge "Include janky runs on flicker rotation tests"

This commit is contained in:
Treehugger Robot
2019-11-26 16:29:45 +00:00
committed by Gerrit Code Review

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)