Commit d7b08909 authored by Friedrich Horschig's avatar Friedrich Horschig Committed by Commit Bot

[iOS][Flaky] Disable BookmarksEntriesTestCase/testContextMenuOpenInNewWindow

The test has already been disabled for earlier iOS versions. Since it
fails frequently, disable it for the remaining bots.

TBR=sczs@chromium.org

Bug: 1035764, 1145948
Change-Id: I2485c4c9691f302073b6acb89c3bd7dbf8c02509
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517469Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Friedrich [CET] <fhorschig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824383}
parent d0d4df63
...@@ -200,16 +200,9 @@ using chrome_test_util::TappableBookmarkNodeWithLabel; ...@@ -200,16 +200,9 @@ using chrome_test_util::TappableBookmarkNodeWithLabel;
// Tests display and selection of 'Open in New Window' in a context menu on a // Tests display and selection of 'Open in New Window' in a context menu on a
// bookmarks entry. // bookmarks entry.
- (void)testContextMenuOpenInNewWindow { //
// TODO(crbug.com/1035764): EG1 Test fails on iOS 12. // TODO(crbug.com/1035764)/TODO(https://crbug.com/1145948): Reenable flaky test.
if (!base::ios::IsRunningOnIOS13OrLater()) { - (void)DISABLED_testContextMenuOpenInNewWindow {
EARL_GREY_TEST_DISABLED(@"EG1 Fails on iOS 12.");
}
if (![ChromeEarlGrey areMultipleWindowsSupported]) {
EARL_GREY_TEST_DISABLED(@"Multiple windows can't be opened.");
}
[BookmarkEarlGrey clearBookmarksPositionCache]; [BookmarkEarlGrey clearBookmarksPositionCache];
[BookmarkEarlGrey setupStandardBookmarks]; [BookmarkEarlGrey setupStandardBookmarks];
[BookmarkEarlGreyUI openBookmarks]; [BookmarkEarlGreyUI openBookmarks];
......
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