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

Commit 2447db9d 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 am: fcc1ef2d

am: e1367ec9

Change-Id: I4030670dd2f0068511dba0f4ccb4e49138b748d5
parents dc93f930 e1367ec9
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)