diff options
author | Nataniel Borges <natanieljr@google.com> | 2019-11-26 11:46:42 +0100 |
---|---|---|
committer | Nataniel Borges <natanieljr@google.com> | 2019-11-26 11:46:42 +0100 |
commit | 8e65a898ec2177437994d2274de9a26095c74543 (patch) | |
tree | 4b9839bc7d233429ccc7d5b20cd97f692d2563b7 /tests/FlickerTests | |
parent | 377b5543f7787231f235b73ee0441d12682ec6a6 (diff) |
Include janky runs on flicker rotation tests
Sometimes the tests crash because all runs are janky. Our checks are so far robust to jank, so we will consider janky runs too
Test: atest FlickerTests
Change-Id: I20303d530e1a9cc266230530c6f7fa1cecd51020
Diffstat (limited to 'tests/FlickerTests')
-rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java b/tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java index aa591d919cbe..42cafd43f8bd 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java @@ -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) |