Commit efeddb01 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable FindInPageControllerTest.SingleOccurrence on ChromeOS

Bug: 1119361
Change-Id: Id75173327b6bb53706489225ca95c500e8a95ba7
NoTry: True
Tbr: ellyjones@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375927Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801438}
parent e2801f5c
......@@ -469,7 +469,13 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, BigString) {
}
// Search Back and Forward on a single occurrence.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, SingleOccurrence) {
// TODO(crbug.com/1119361): Test is flaky on ChromeOS.
#if defined(OS_CHROMEOS)
#define MAYBE_SingleOccurrence DISABLED_SingleOccurrence
#else
#define MAYBE_SingleOccurrence SingleOccurrence
#endif
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, MAYBE_SingleOccurrence) {
WebContents* web_contents =
browser()->tab_strip_model()->GetActiveWebContents();
ui_test_utils::NavigateToURL(browser(), GetURL("FindRandomTests.html"));
......
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