Commit b8a00c64 authored by Sahel Sharify's avatar Sahel Sharify Committed by Commit Bot

Disable testKeyboardMenuEnterOnTopItemLandscape

TBR: pkasting@chromium.org,twellington@chromium.org
Bug: 945861
Change-Id: I4cff86cbcaf417a0a3025cb9a61c60fe3aaa461a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540074Reviewed-by: default avatarSahel Sharify <sahel@chromium.org>
Commit-Queue: Sahel Sharify <sahel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644487}
parent 3027a144
...@@ -163,9 +163,12 @@ public class AppMenuTest { ...@@ -163,9 +163,12 @@ public class AppMenuTest {
* Test that hitting ENTER on the top item actually triggers the top item. * Test that hitting ENTER on the top item actually triggers the top item.
* Catches regressions for https://crbug.com/191239 for shrunken menus. * Catches regressions for https://crbug.com/191239 for shrunken menus.
*/ */
@Test /*
@SmallTest @SmallTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
*/
@Test
@DisabledTest(message = "crbug.com/945861")
public void testKeyboardMenuEnterOnTopItemLandscape() { public void testKeyboardMenuEnterOnTopItemLandscape() {
mActivityTestRule.getActivity().setRequestedOrientation( mActivityTestRule.getActivity().setRequestedOrientation(
ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
......
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