| Index: content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| diff --git a/content/browser/screen_orientation/screen_orientation_browsertest.cc b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| index efdd4cf81ebb59ea9d174f6ca792c392e6019ed2..45710af63c226f5dc556dfd9c45c24c7aac783bf 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| @@ -227,7 +227,8 @@ class ScreenOrientationLockDisabledBrowserTest : public ContentBrowserTest {
|
|
|
| // Check that when --disable-screen-orientation-lock is passed to the command
|
| // line, screen.orientation.lock() correctly reports to not be supported.
|
| -IN_PROC_BROWSER_TEST_F(ScreenOrientationLockDisabledBrowserTest, NotSupported) {
|
| +IN_PROC_BROWSER_TEST_F(ScreenOrientationLockDisabledBrowserTest,
|
| + DISABLED_NotSupported) {
|
| GURL test_url = GetTestUrl("screen_orientation",
|
| "screen_orientation_lock_disabled.html");
|
|
|
|
|