Commit 5d7a97e5 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disable -[ContentSuggestionsTestCase testReloadPage] EG2 test.

Bug: 1021649
TBR: gambard@google.com
Change-Id: I05486e779332ab8b3c79fb5b96cbc3fd5c458e46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900289Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712744}
parent 902de4de
......@@ -175,6 +175,11 @@ GREYElementInteraction* CellWithMatcher(id<GREYMatcher> matcher) {
// Tests that when the page is reloaded using the tools menu, the suggestions
// are updated.
- (void)testReloadPage {
// TODO(crbug.com/1021649): Enable this test.
#if defined(CHROME_EARL_GREY_2)
EARL_GREY_TEST_DISABLED(@"Fails with EG2");
#endif
// Add 2 suggestions, persisted accross page loads.
[ContentSuggestionsAppInterface addNumberOfSuggestions:2
additionalSuggestionsURL:nil];
......
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