Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3341bbef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Include janky runs on flicker rotation tests"

parents 0d7ed793 8e65a898
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)