Commit 0316959f authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disabled testMostVisitedNewTab and testMostVisitedNewIncognitoTab on EG2 bot.

Bug: 1022152
TBR: gambard@chromium.org
Change-Id: I51871d233e7ae1bce32d63525b551ac1a0d4faeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902519Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713239}
parent 628a42d7
......@@ -276,6 +276,11 @@ GREYElementInteraction* CellWithMatcher(id<GREYMatcher> matcher) {
// Tests the "Open in New Tab" action of the Most Visited context menu.
- (void)testMostVisitedNewTab {
// TODO(crbug.com/1022152): Enable this test.
#if defined(CHROME_EARL_GREY_2)
EARL_GREY_TEST_DISABLED(@"Fails with EG2");
#endif
[self setupMostVisitedTileLongPress];
const GURL pageURL = self.testServer->GetURL(kPageURL);
......@@ -313,6 +318,11 @@ GREYElementInteraction* CellWithMatcher(id<GREYMatcher> matcher) {
// Tests the "Open in New Incognito Tab" action of the Most Visited context
// menu.
- (void)testMostVisitedNewIncognitoTab {
// TODO(crbug.com/1022152): Enable this test.
#if defined(CHROME_EARL_GREY_2)
EARL_GREY_TEST_DISABLED(@"Fails with EG2");
#endif
[self setupMostVisitedTileLongPress];
const GURL pageURL = self.testServer->GetURL(kPageURL);
......
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