Commit 27314188 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disable testPositionRestoredWithOmniboxFocused EG2 test.

Bug: 1021649
TBR: gambard@chromium.org
Change-Id: Iba5edac9846936924de134722594fb7b8efef2c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900357Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712859}
parent bee06070
...@@ -407,6 +407,11 @@ id<GREYMatcher> OmniboxWidthBetween(CGFloat width, CGFloat margin) { ...@@ -407,6 +407,11 @@ id<GREYMatcher> OmniboxWidthBetween(CGFloat width, CGFloat margin) {
// and moved up, the scroll position restored is the position before the omnibox // and moved up, the scroll position restored is the position before the omnibox
// is selected. // is selected.
- (void)testPositionRestoredWithOmniboxFocused { - (void)testPositionRestoredWithOmniboxFocused {
// TODO(crbug.com/1021649): Enable this test.
#if defined(CHROME_EARL_GREY_2)
EARL_GREY_TEST_DISABLED(@"Fails with EG2");
#endif
[self addMostVisitedTile]; [self addMostVisitedTile];
// Add suggestions to be able to scroll on iPad. // Add suggestions to be able to scroll on iPad.
......
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