Skip to content

Commit

Permalink
Disable -[ContentSuggestionsTestCase testOpenPageAndGoBackWithMoreCon…
Browse files Browse the repository at this point in the history
…tent] EG2 test.

Bug: 786960
TBR: gambard@google.com
Change-Id: I84917ddc8551783db2f028806cca4ee662966f12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899563
Reviewed-by: Eugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712748}
  • Loading branch information
Eugene But authored and Commit Bot committed Nov 5, 2019
1 parent 416c944 commit 3190b70
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ - (void)testReloadPage {
// disposition of the collection takes into account the previous scroll, even
// when more is tapped.
- (void)testOpenPageAndGoBackWithMoreContent {
// TODO(crbug.com/786960): re-enable when fixed. Tests may pass on EG2
#if defined(CHROME_EARL_GREY_1)
EARL_GREY_TEST_DISABLED(@"Fails on iOS 11.0.");
#endif

// Set server up.
self.testServer->RegisterRequestHandler(base::Bind(&StandardResponse));
GREYAssertTrue(self.testServer->Start(), @"Test server failed to start.");
Expand Down

0 comments on commit 3190b70

Please sign in to comment.