| Index: content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
|
| diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
|
| index 2d4e96ab96deae8378ab2c55e351ff4b8e1d3d40..0da85d2ac2b04a54a8559bde6f7a9eb2d4cedc34 100644
|
| --- a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
|
| +++ b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
|
| @@ -9,6 +9,7 @@ import android.content.pm.ActivityInfo;
|
| import android.test.suitebuilder.annotation.MediumTest;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.base.test.util.RetryOnFailure;
|
| import org.chromium.base.test.util.UrlUtils;
|
| @@ -176,9 +177,11 @@ public class ScreenOrientationListenerTest extends ContentShellTestBase {
|
| super.tearDown();
|
| }
|
|
|
| - @MediumTest
|
| - @Feature({"ScreenOrientation"})
|
| - @RetryOnFailure
|
| + //@MediumTest
|
| + //@Feature({"ScreenOrientation"})
|
| + //@RetryOnFailure
|
| + // Disabled due to flakiness. See crbug.com/645609.
|
| + @DisabledTest
|
| public void testVariousOrientationChanges() throws Exception {
|
| lockOrientationAndWait(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
|
| assertTrue(checkOrientationForLock(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE));
|
|
|