Commit e6bf641d authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

[Sheriff] Disable EmitUmaForEmptyTitles on Windows

TBR=roagarwal@chromium.org

Bug: 1017731
Change-Id: I7ababc844fa3193efde48ae29162ddf7986105a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878987Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709079}
parent 5b0716b0
......@@ -368,7 +368,14 @@ IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, PRE_EmitUmaForEmptyTitles) {
GURL("http://e.com"));
}
IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, EmitUmaForEmptyTitles) {
// TODO(crbug.com/1017731): Flaky on Windows
#if defined(OS_WIN)
#define MAYBE_EmitUmaForEmptyTitles DISABLED_EmitUmaForEmptyTitles
#else
#define MAYBE_EmitUmaForEmptyTitles EmitUmaForEmptyTitles
#endif
IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, MAYBE_EmitUmaForEmptyTitles) {
WaitForBookmarkModel(browser()->profile());
ASSERT_THAT(
......
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