Commit 48ea9ee4 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

sheriff: disable EyeDropperBrowserTest.InvokeUi_default

It's flaky on all platforms.

Bug: 1131319
Change-Id: Ic04251bdb4b57b5b4fd656451262ca7fcd8f5f5b
Tbr: iopopesc@microsoft.com
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427436Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarIonel Popescu <iopopesc@microsoft.com>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810003}
parent 6a4f6db0
...@@ -68,7 +68,8 @@ class EyeDropperBrowserTest : public UiBrowserTest, ...@@ -68,7 +68,8 @@ class EyeDropperBrowserTest : public UiBrowserTest,
}; };
// Invokes the eye dropper. // Invokes the eye dropper.
IN_PROC_BROWSER_TEST_P(EyeDropperBrowserTest, InvokeUi_default) { // Flaky: https://crbug.com/1131319
IN_PROC_BROWSER_TEST_P(EyeDropperBrowserTest, DISABLED_InvokeUi_default) {
ShowAndVerifyUi(); ShowAndVerifyUi();
} }
......
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