Commit c803826e authored by Roman Sorokin's avatar Roman Sorokin Committed by Roman Sorokin [CET]

[Sheriff] Disable FindInPageTestCase/testAccessibilityOnFindInPage

Due to flakiness

TBR=stkhapugin@chromium.org

Bug: 1107877
Change-Id: I134760ea3b31c9e5e93319e3180a760de4c15c6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317882Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791775}
parent 68c5b68c
......@@ -160,7 +160,9 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
}
// Tests accessibility of the Find in Page screen.
- (void)testAccessibilityOnFindInPage {
//
// Disabled due to https://crbug.com/1107877.
- (void)DISABLED_testAccessibilityOnFindInPage {
[self typeFindInPageText:@"find"];
[self assertResultStringIsResult:1 outOfTotal:2];
......
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