Commit 925b8063 authored by jbroman's avatar jbroman Committed by Commit bot

Disable ScreenOrientationListenerTest#testFlipLandscape, which is flaky.

BUG=647058,645609
TBR=mlamouri@chromium.org

Review-Url: https://codereview.chromium.org/2341073002
Cr-Commit-Position: refs/heads/master@{#418872}
parent 8ef6a57f
...@@ -206,6 +206,7 @@ public class ScreenOrientationListenerTest extends ContentShellTestBase { ...@@ -206,6 +206,7 @@ public class ScreenOrientationListenerTest extends ContentShellTestBase {
assertTrue(checkOrientationForLock(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT)); assertTrue(checkOrientationForLock(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT));
} }
@DisabledTest(message = "crbug.com/645609")
@MediumTest @MediumTest
@Feature({"ScreenOrientation"}) @Feature({"ScreenOrientation"})
@RetryOnFailure @RetryOnFailure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment