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

Commit fcc1ef2d authored by Nataniel Borges's avatar Nataniel Borges Committed by android-build-merger
Browse files

Merge "Include janky runs on flicker rotation tests"

am: 3341bbef

Change-Id: I05d509ca9ceb0d14725c25f90de4381fd1ff5241
parents a6e8219c 3341bbef
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)