Skip to content

Commit

Permalink
[ios] Disable failing FindInPage EG test
Browse files Browse the repository at this point in the history
TBR=djean@chromium.org

Bug: 1188709
Change-Id: I2cc9a4e35ff3ec2d5dde895ac39f57c170326cc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2764945
Reviewed-by: edchin <edchin@chromium.org>
Auto-Submit: edchin <edchin@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#863443}
  • Loading branch information
edx246 authored and Chromium LUCI CQ committed Mar 16, 2021
1 parent 6633fca commit c81205f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ - (void)testFindInPage {
// Tests that Find In Page search term retention is working as expected, e.g.
// the search term is persisted between FIP runs, but in incognito search term
// is not retained and not autofilled.
- (void)testFindInPageRetainsSearchTerm {
// TODO(crbug.com/1188709) : Fix failing test.
- (void)DISABLED_testFindInPageRetainsSearchTerm {
// Type "find".
[self typeFindInPageText:@"find"];
[self assertResultStringIsResult:1 outOfTotal:2];
Expand Down

0 comments on commit c81205f

Please sign in to comment.