Commit cc1304f8 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

[iOS] Change bug referenced in code for omnibox suggestions iOS 14

Bug: 1105869
Change-Id: I60c2501fa5134b9be1a52ad4cdedaef59dfa0633
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299627Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#788657}
parent bc87af3a
......@@ -631,7 +631,7 @@ id<GREYMatcher> SearchCopiedTextButton() {
#define MAYBE_testNoDefaultMatch DISABLED_testNoDefaultMatch
#endif
- (void)MAYBE_testNoDefaultMatch {
// TODO(crbug.com/1098722) Omnibox pasteboard suggestions are currently
// TODO(crbug.com/1105869) Omnibox pasteboard suggestions are currently
// disabled on iOS14.
if (@available(iOS 14, *)) {
EARL_GREY_TEST_DISABLED(@"Test disabled on iOS14.");
......
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