Commit 7d53ffa9 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Disable testEditTextOnSignleURL

Failing on iOS 12.

TBR=sczs@chromium.org

Bug: 1049972
Change-Id: Id88efad29ed9d8299deee541c7370614629a4212
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043473Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739334}
parent 193e3c87
......@@ -210,12 +210,11 @@ using chrome_test_util::TappableBookmarkNodeWithLabel;
// Verify Edit Text functionality on single URL selection.
- (void)testEditTextOnSingleURL {
#if defined(CHROME_EARL_GREY_1)
// TODO(crbug.com/1035764): EG1 Test fails on iOS 12.
// TODO(crbug.com/1049972): Re-enable on iOS 12.
if (!base::ios::IsRunningOnIOS13OrLater()) {
EARL_GREY_TEST_DISABLED(@"EG1 Fails on iOS 12.");
}
#endif
[BookmarkEarlGrey setupStandardBookmarks];
[BookmarkEarlGreyUI openBookmarks];
[BookmarkEarlGreyUI openMobileBookmarks];
......
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