Skip to content

Commit

Permalink
[iOS] Change bug referenced in code for omnibox suggestions iOS 14
Browse files Browse the repository at this point in the history
Bug: 1105869
Change-Id: I60c2501fa5134b9be1a52ad4cdedaef59dfa0633
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299627
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#788657}
  • Loading branch information
rkgibson2 authored and Commit Bot committed Jul 15, 2020
1 parent bc87af3 commit cc1304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/chrome/browser/ui/omnibox/omnibox_egtest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ - (void)testSelection {
#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.");
Expand Down

0 comments on commit cc1304f

Please sign in to comment.